pub struct Query {
pub max_response_time: u8,
pub checksum: Checksum,
pub group_address: Address,
}Expand description
An IGMPv2 Membership Query following RFC 2236.
Fields§
§max_response_time: u8Max Response Time in units of 1/10 second.
checksum: ChecksumThe Internet checksum of the entire IGMP message.
group_address: AddressThe group address being queried.
Implementations§
Trait Implementations§
impl Copy for Query
impl Eq for Query
impl StructuralPartialEq for Query
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnsafeUnpin for Query
impl UnwindSafe for Query
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