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