#[repr(C)]pub struct STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub LunMaxIoCount: u32,
pub AdapterMaxIoCount: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Size: u32
LunMaxIoCount: u32
AdapterMaxIoCount: u32
Trait Implementations
impl Copy for STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR
impl Send for STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR
impl Sync for STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR
impl Unpin for STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR
impl UnwindSafe for STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR
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