#[repr(C)]pub struct MIB_IPMCAST_GLOBAL {
pub dwEnable: u32,
}
Expand description
Required features: ‘Win32_NetworkManagement_IpHelper’
Fields
dwEnable: u32
Trait Implementations
impl Clone for MIB_IPMCAST_GLOBAL
impl Clone for MIB_IPMCAST_GLOBAL
impl Copy for MIB_IPMCAST_GLOBAL
Auto Trait Implementations
impl RefUnwindSafe for MIB_IPMCAST_GLOBAL
impl Send for MIB_IPMCAST_GLOBAL
impl Sync for MIB_IPMCAST_GLOBAL
impl Unpin for MIB_IPMCAST_GLOBAL
impl UnwindSafe for MIB_IPMCAST_GLOBAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more