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