#[repr(u8)]pub enum PixelBit {
PIXEL_BIT_0 = 0,
PIXEL_BIT_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for PixelBit
impl Ord for PixelBit
Source§impl PartialOrd for PixelBit
impl PartialOrd for PixelBit
impl Copy for PixelBit
impl Eq for PixelBit
impl StructuralPartialEq for PixelBit
Auto Trait Implementations§
impl Freeze for PixelBit
impl RefUnwindSafe for PixelBit
impl Send for PixelBit
impl Sync for PixelBit
impl Unpin for PixelBit
impl UnwindSafe for PixelBit
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