pub struct NoLengthField;
Expand description
A type representing no length field.
Trait Implementations§
Source§impl Debug for NoLengthField
impl Debug for NoLengthField
Source§impl OptionalLengthField for NoLengthField
impl OptionalLengthField for NoLengthField
Source§fn try_get_length(_: &mut ByteReader<'_>) -> Result<Option<usize>, ParseError>
fn try_get_length(_: &mut ByteReader<'_>) -> Result<Option<usize>, ParseError>
Auto Trait Implementations§
impl Freeze for NoLengthField
impl RefUnwindSafe for NoLengthField
impl Send for NoLengthField
impl Sync for NoLengthField
impl Unpin for NoLengthField
impl UnwindSafe for NoLengthField
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