Struct crabgrab::feature::bitmap::FrameBitmapArgbUnormPacked2101010
source · pub struct FrameBitmapArgbUnormPacked2101010<Data: BitmapDataArgbUnormPacked2101010> {
pub data: Data,
pub width: usize,
pub height: usize,
}
Expand description
A Rgba1010102 format bitmap
Fields§
§data: Data
§width: usize
§height: usize
Auto Trait Implementations§
impl<Data> Freeze for FrameBitmapArgbUnormPacked2101010<Data>where
Data: Freeze,
impl<Data> RefUnwindSafe for FrameBitmapArgbUnormPacked2101010<Data>where
Data: RefUnwindSafe,
impl<Data> Send for FrameBitmapArgbUnormPacked2101010<Data>where
Data: Send,
impl<Data> Sync for FrameBitmapArgbUnormPacked2101010<Data>where
Data: Sync,
impl<Data> Unpin for FrameBitmapArgbUnormPacked2101010<Data>where
Data: Unpin,
impl<Data> UnwindSafe for FrameBitmapArgbUnormPacked2101010<Data>where
Data: UnwindSafe,
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