pub struct ClassParser<'c> { /* private fields */ }Expand description
The class parser. Used to construct instances of RawClass
Implementations§
Source§impl<'c> ClassParser<'c>
impl<'c> ClassParser<'c>
Sourcepub fn from_bytes(bytes: &'c [u8]) -> ClassParser<'c>
pub fn from_bytes(bytes: &'c [u8]) -> ClassParser<'c>
Creates a new parser from given bytes
Auto Trait Implementations§
impl<'c> Freeze for ClassParser<'c>
impl<'c> RefUnwindSafe for ClassParser<'c>
impl<'c> Send for ClassParser<'c>
impl<'c> Sync for ClassParser<'c>
impl<'c> Unpin for ClassParser<'c>
impl<'c> UnwindSafe for ClassParser<'c>
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