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