Struct windows_sys::Win32::System::Ioctl::WOF_VERSION_INFO
#[repr(C)]pub struct WOF_VERSION_INFO {
pub WofVersion: u32,
}Fields§
§WofVersion: u32Trait 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§
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