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