Struct windows_sys::Win32::System::Ioctl::GETVERSIONINPARAMS
[−]#[repr(C, packed(1))]pub struct GETVERSIONINPARAMS {
pub bVersion: u8,
pub bRevision: u8,
pub bReserved: u8,
pub bIDEDeviceMap: u8,
pub fCapabilities: u32,
pub dwReserved: [u32; 4],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
bVersion: u8
bRevision: u8
bReserved: u8
bIDEDeviceMap: u8
fCapabilities: u32
dwReserved: [u32; 4]
Trait Implementations
impl Clone for GETVERSIONINPARAMS
impl Clone for GETVERSIONINPARAMS
impl Copy for GETVERSIONINPARAMS
Auto Trait Implementations
impl RefUnwindSafe for GETVERSIONINPARAMS
impl Send for GETVERSIONINPARAMS
impl Sync for GETVERSIONINPARAMS
impl Unpin for GETVERSIONINPARAMS
impl UnwindSafe for GETVERSIONINPARAMS
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