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