#[repr(C)]pub struct PixelType(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl PartialEq for PixelType
impl PartialEq for PixelType
impl Copy for PixelType
impl Eq for PixelType
impl StructuralPartialEq for PixelType
Auto Trait Implementations§
impl RefUnwindSafe for PixelType
impl Send for PixelType
impl Sync for PixelType
impl Unpin for PixelType
impl UnwindSafe for PixelType
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