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