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