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