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