pub enum Mldv2ReportRecords {}
Expand description
An implementation of MLDv2 report’s records parsing.
Trait Implementations§
Source§impl Clone for Mldv2ReportRecords
impl Clone for Mldv2ReportRecords
Source§fn clone(&self) -> Mldv2ReportRecords
fn clone(&self) -> Mldv2ReportRecords
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Mldv2ReportRecords
impl Debug for Mldv2ReportRecords
Source§impl RecordsImpl for Mldv2ReportRecords
impl RecordsImpl for Mldv2ReportRecords
Source§type Record<'a> = MulticastRecord<&'a [u8]>
type Record<'a> = MulticastRecord<&'a [u8]>
The type of a single record; the output from the
parse_with_context
function. Read moreSource§fn parse_with_context<'a, BV: BufferView<&'a [u8]>>(
data: &mut BV,
_ctx: &mut usize,
) -> RecordParseResult<MulticastRecord<&'a [u8]>, ParseError>
fn parse_with_context<'a, BV: BufferView<&'a [u8]>>( data: &mut BV, _ctx: &mut usize, ) -> RecordParseResult<MulticastRecord<&'a [u8]>, ParseError>
Parses a record with some context. Read more
Source§impl RecordsImplLayout for Mldv2ReportRecords
impl RecordsImplLayout for Mldv2ReportRecords
impl Copy for Mldv2ReportRecords
Auto Trait Implementations§
impl Freeze for Mldv2ReportRecords
impl RefUnwindSafe for Mldv2ReportRecords
impl Send for Mldv2ReportRecords
impl Sync for Mldv2ReportRecords
impl Unpin for Mldv2ReportRecords
impl UnwindSafe for Mldv2ReportRecords
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)