Struct windows_sys::Win32::System::Ioctl::WOF_VERSION_INFO
[−]#[repr(C)]pub struct WOF_VERSION_INFO {
pub WofVersion: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
WofVersion: u32
Trait Implementations
impl Clone for WOF_VERSION_INFO
impl Clone for WOF_VERSION_INFO
impl Copy for WOF_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for WOF_VERSION_INFO
impl Send for WOF_VERSION_INFO
impl Sync for WOF_VERSION_INFO
impl Unpin for WOF_VERSION_INFO
impl UnwindSafe for WOF_VERSION_INFO
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