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