#[repr(C)]
pub struct MIB_IPMCAST_MFE {
Show 16 fields pub dwGroup: u32, pub dwSource: u32, pub dwSrcMask: u32, pub dwUpStrmNgbr: u32, pub dwInIfIndex: u32, pub dwInIfProtocol: u32, pub dwRouteProtocol: u32, pub dwRouteNetwork: u32, pub dwRouteMask: u32, pub ulUpTime: u32, pub ulExpiryTime: u32, pub ulTimeOut: u32, pub ulNumOutIf: u32, pub fFlags: u32, pub dwReserved: u32, pub rgmioOutInfo: [MIB_IPMCAST_OIF_XP; 1],
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper"

Fields

dwGroup: u32dwSource: u32dwSrcMask: u32dwUpStrmNgbr: u32dwInIfIndex: u32dwInIfProtocol: u32dwRouteProtocol: u32dwRouteNetwork: u32dwRouteMask: u32ulUpTime: u32ulExpiryTime: u32ulTimeOut: u32ulNumOutIf: u32fFlags: u32dwReserved: u32rgmioOutInfo: [MIB_IPMCAST_OIF_XP; 1]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.