pub struct CSBFR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for CSBFR
impl RefUnwindSafe for CSBFR
impl Send for CSBFR
impl Sync for CSBFR
impl Unpin for CSBFR
impl UnwindSafe for CSBFR
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