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