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