pub struct Rgb64Uint;
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 Rgb64Uint
impl Ord for Rgb64Uint
Source§impl PartialOrd for Rgb64Uint
impl PartialOrd for Rgb64Uint
impl Copy for Rgb64Uint
impl Eq for Rgb64Uint
impl StructuralPartialEq for Rgb64Uint
Auto Trait Implementations§
impl Freeze for Rgb64Uint
impl RefUnwindSafe for Rgb64Uint
impl Send for Rgb64Uint
impl Sync for Rgb64Uint
impl Unpin for Rgb64Uint
impl UnwindSafe for Rgb64Uint
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