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