Struct windows_sys::Win32::System::Ioctl::DEVICE_DSM_RANGE_ERROR_INFO
[−]#[repr(C)]pub struct DEVICE_DSM_RANGE_ERROR_INFO {
pub Version: u32,
pub Flags: u32,
pub TotalNumberOfRanges: u32,
pub NumberOfRangesReturned: u32,
pub Ranges: [DEVICE_STORAGE_RANGE_ATTRIBUTES; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Flags: u32
TotalNumberOfRanges: u32
NumberOfRangesReturned: u32
Ranges: [DEVICE_STORAGE_RANGE_ATTRIBUTES; 1]
Trait Implementations
impl Clone for DEVICE_DSM_RANGE_ERROR_INFO
impl Clone for DEVICE_DSM_RANGE_ERROR_INFO
impl Copy for DEVICE_DSM_RANGE_ERROR_INFO
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_DSM_RANGE_ERROR_INFO
impl Send for DEVICE_DSM_RANGE_ERROR_INFO
impl Sync for DEVICE_DSM_RANGE_ERROR_INFO
impl Unpin for DEVICE_DSM_RANGE_ERROR_INFO
impl UnwindSafe for DEVICE_DSM_RANGE_ERROR_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