Struct libssh2_sys::libssh2_struct_stat
source · [−]#[repr(C)]pub struct libssh2_struct_stat(_);
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more