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