Struct NoLengthField
pub struct NoLengthField;Available on crate feature
data-support-someip only.Expand description
A type representing no length field.
Trait Implementations§
§impl Debug for NoLengthField
impl Debug for NoLengthField
§impl OptionalLengthField for NoLengthField
impl OptionalLengthField for NoLengthField
§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 UnsafeUnpin 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