pub struct Rgb16Uint;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations§
Source§impl Ord for Rgb16Uint
impl Ord for Rgb16Uint
Source§impl PartialOrd for Rgb16Uint
impl PartialOrd for Rgb16Uint
impl Copy for Rgb16Uint
impl Eq for Rgb16Uint
impl StructuralPartialEq for Rgb16Uint
Auto Trait Implementations§
impl Freeze for Rgb16Uint
impl RefUnwindSafe for Rgb16Uint
impl Send for Rgb16Uint
impl Sync for Rgb16Uint
impl Unpin for Rgb16Uint
impl UnwindSafe for Rgb16Uint
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