#[repr(C)]pub struct Bsrr { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl !Freeze for Bsrr
impl !RefUnwindSafe for Bsrr
impl Send for Bsrr
impl Sync for Bsrr
impl Unpin for Bsrr
impl UnwindSafe for Bsrr
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