Struct IGMPV3_REPORT_HEADER
#[repr(C)]pub struct IGMPV3_REPORT_HEADER {
pub Type: u8,
pub Reserved: u8,
pub Checksum: u16,
pub Reserved2: u16,
pub RecordCount: u16,
}
Fields§
§Type: u8
§Reserved: u8
§Checksum: u16
§Reserved2: u16
§RecordCount: u16
Trait Implementations§
§impl Clone for IGMPV3_REPORT_HEADER
impl Clone for IGMPV3_REPORT_HEADER
§fn clone(&self) -> IGMPV3_REPORT_HEADER
fn clone(&self) -> IGMPV3_REPORT_HEADER
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 moreimpl Copy for IGMPV3_REPORT_HEADER
Auto Trait Implementations§
impl Freeze for IGMPV3_REPORT_HEADER
impl RefUnwindSafe for IGMPV3_REPORT_HEADER
impl Send for IGMPV3_REPORT_HEADER
impl Sync for IGMPV3_REPORT_HEADER
impl Unpin for IGMPV3_REPORT_HEADER
impl UnwindSafe for IGMPV3_REPORT_HEADER
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