#[repr(u8)]pub enum Rdfmt {
SIGNED = 0,
UNSIGNED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Rdfmt
impl Ord for Rdfmt
Source§impl PartialOrd for Rdfmt
impl PartialOrd for Rdfmt
impl Copy for Rdfmt
impl Eq for Rdfmt
impl StructuralPartialEq for Rdfmt
Auto Trait Implementations§
impl Freeze for Rdfmt
impl RefUnwindSafe for Rdfmt
impl Send for Rdfmt
impl Sync for Rdfmt
impl Unpin for Rdfmt
impl UnwindSafe for Rdfmt
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