pub struct Mask {
pub image: [u8; 2],
pub bounds: ScreenIntRect,
pub row_bytes: u32,
}
Expand description
Mask is used to describe alpha bitmaps.
Fields§
§image: [u8; 2]
§bounds: ScreenIntRect
§row_bytes: u32
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