pub struct MaskCtx<'a> {
    pub data: &'a [u8],
    pub real_width: u32,
}Fields§
§data: &'a [u8]§real_width: u32Implementations§
Trait Implementations§
impl<'a> Copy for MaskCtx<'a>
Auto Trait Implementations§
impl<'a> Freeze for MaskCtx<'a>
impl<'a> RefUnwindSafe for MaskCtx<'a>
impl<'a> Send for MaskCtx<'a>
impl<'a> Sync for MaskCtx<'a>
impl<'a> Unpin for MaskCtx<'a>
impl<'a> UnwindSafe for MaskCtx<'a>
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