Struct MGM_IF_ENTRY
#[repr(C)]pub struct MGM_IF_ENTRY {
pub dwIfIndex: u32,
pub dwIfNextHopAddr: u32,
pub bIGMP: BOOL,
pub bIsEnabled: BOOL,
}
Fields§
§dwIfIndex: u32
§dwIfNextHopAddr: u32
§bIGMP: BOOL
§bIsEnabled: BOOL
Trait Implementations§
§impl Clone for MGM_IF_ENTRY
impl Clone for MGM_IF_ENTRY
§fn clone(&self) -> MGM_IF_ENTRY
fn clone(&self) -> MGM_IF_ENTRY
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 MGM_IF_ENTRY
Auto Trait Implementations§
impl Freeze for MGM_IF_ENTRY
impl RefUnwindSafe for MGM_IF_ENTRY
impl Send for MGM_IF_ENTRY
impl Sync for MGM_IF_ENTRY
impl Unpin for MGM_IF_ENTRY
impl UnwindSafe for MGM_IF_ENTRY
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