Struct windows_sys::Win32::NetworkManagement::WindowsNetworkVirtualization::WNV_OBJECT_CHANGE_PARAM
[−]#[repr(C)]pub struct WNV_OBJECT_CHANGE_PARAM {
pub ObjectType: WNV_OBJECT_TYPE,
pub ObjectParam: WNV_OBJECT_CHANGE_PARAM_0,
}
Expand description
Required features: "Win32_NetworkManagement_WindowsNetworkVirtualization"
, "Win32_NetworkManagement_WindowsFilteringPlatform"
, "Win32_Networking_WinSock"
Fields
ObjectType: WNV_OBJECT_TYPE
ObjectParam: WNV_OBJECT_CHANGE_PARAM_0
Trait Implementations
impl Clone for WNV_OBJECT_CHANGE_PARAM
impl Clone for WNV_OBJECT_CHANGE_PARAM
impl Copy for WNV_OBJECT_CHANGE_PARAM
Auto Trait Implementations
impl RefUnwindSafe for WNV_OBJECT_CHANGE_PARAM
impl Send for WNV_OBJECT_CHANGE_PARAM
impl Sync for WNV_OBJECT_CHANGE_PARAM
impl Unpin for WNV_OBJECT_CHANGE_PARAM
impl UnwindSafe for WNV_OBJECT_CHANGE_PARAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more