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