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