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