Struct windows_sys::Win32::NetworkManagement::Ndis::NDK_VERSION
[−]Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Major: u16
Minor: u16
Trait Implementations
impl Clone for NDK_VERSION
impl Clone for NDK_VERSION
impl Copy for NDK_VERSION
Auto Trait Implementations
impl RefUnwindSafe for NDK_VERSION
impl Send for NDK_VERSION
impl Sync for NDK_VERSION
impl Unpin for NDK_VERSION
impl UnwindSafe for NDK_VERSION
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