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