pub struct Missing(u8);
Expand description
Missing color components, extracted from Flags
.
Some bitwise operations are implemented on this type, making certain manipulations more ergonomic.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
impl Copy for Missing
impl Eq for Missing
impl StructuralPartialEq for Missing
Auto Trait Implementations§
impl Freeze for Missing
impl RefUnwindSafe for Missing
impl Send for Missing
impl Sync for Missing
impl Unpin for Missing
impl UnwindSafe for Missing
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