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