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