pub struct RClass(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
Source§impl<'nom, NomErr> Parse<&'nom [u8], NomErr> for RClasswhere
NomErr: ParseError<&'nom [u8]>,
impl<'nom, NomErr> Parse<&'nom [u8], NomErr> for RClasswhere
NomErr: ParseError<&'nom [u8]>,
impl Copy for RClass
impl Eq for RClass
impl StructuralPartialEq for RClass
Auto Trait Implementations§
impl Freeze for RClass
impl RefUnwindSafe for RClass
impl Send for RClass
impl Sync for RClass
impl Unpin for RClass
impl UnwindSafe for RClass
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