pub struct AAMaskCtx {
pub pixels: [u8; 2],
pub stride: u32,
pub shift: usize,
}
Fields§
§pixels: [u8; 2]
§stride: u32
§shift: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AAMaskCtx
impl RefUnwindSafe for AAMaskCtx
impl Send for AAMaskCtx
impl Sync for AAMaskCtx
impl Unpin for AAMaskCtx
impl UnwindSafe for AAMaskCtx
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