Struct libssh2_sys::libssh2_struct_stat
source · #[repr(C)]pub struct libssh2_struct_stat(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for libssh2_struct_stat
impl RefUnwindSafe for libssh2_struct_stat
impl Send for libssh2_struct_stat
impl Sync for libssh2_struct_stat
impl Unpin for libssh2_struct_stat
impl UnwindSafe for libssh2_struct_stat
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more