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