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