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