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