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