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