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