pub struct FfiPssh { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for FfiPssh
impl RefUnwindSafe for FfiPssh
impl Send for FfiPssh
impl Sync for FfiPssh
impl Unpin for FfiPssh
impl UnwindSafe for FfiPssh
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