pub struct NdpOptionsImpl;
Expand description
An implementation of [OptionsImpl
] for NDP options.
Trait Implementations§
Source§impl Debug for NdpOptionsImpl
impl Debug for NdpOptionsImpl
Source§impl<'a> OptionLayout for NdpOptionsImpl
impl<'a> OptionLayout for NdpOptionsImpl
Source§const LENGTH_ENCODING: LengthEncoding = _
const LENGTH_ENCODING: LengthEncoding = _
The encoding of the length byte. Read more
Source§type KindLenField = u8
type KindLenField = u8
The type of the “kind” and “length” fields in an option. Read more
Source§impl OptionParseLayout for NdpOptionsImpl
impl OptionParseLayout for NdpOptionsImpl
Auto Trait Implementations§
impl Freeze for NdpOptionsImpl
impl RefUnwindSafe for NdpOptionsImpl
impl Send for NdpOptionsImpl
impl Sync for NdpOptionsImpl
impl Unpin for NdpOptionsImpl
impl UnwindSafe for NdpOptionsImpl
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
§impl<O> RecordsImpl for Owhere
O: OptionsImpl,
impl<O> RecordsImpl for Owhere
O: OptionsImpl,
§type Record<'a> = <O as OptionsImpl>::Option<'a>
type Record<'a> = <O as OptionsImpl>::Option<'a>
The type of a single record; the output from the
parse_with_context
function. Read more