Struct windows_sys::Win32::NetworkManagement::Ndis::NDK_VERSION
#[repr(C)]pub struct NDK_VERSION {
pub Major: u16,
pub Minor: u16,
}
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§
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