pub struct SubMaskRef<'a> {
    pub data: &'a [u8],
    pub size: IntSize,
    pub real_width: u32,
}Fields§
§data: &'a [u8]§size: IntSize§real_width: u32Implementations§
Trait Implementations§
Source§impl<'a> Clone for SubMaskRef<'a>
 
impl<'a> Clone for SubMaskRef<'a>
Source§fn clone(&self) -> SubMaskRef<'a>
 
fn clone(&self) -> SubMaskRef<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl<'a> Copy for SubMaskRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for SubMaskRef<'a>
impl<'a> RefUnwindSafe for SubMaskRef<'a>
impl<'a> Send for SubMaskRef<'a>
impl<'a> Sync for SubMaskRef<'a>
impl<'a> Unpin for SubMaskRef<'a>
impl<'a> UnwindSafe for SubMaskRef<'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