Struct windows_sys::Win32::Storage::IscsiDisc::NV_FEATURE_PARAMETER
[−]#[repr(C)]pub struct NV_FEATURE_PARAMETER {
pub NVPowerModeEnabled: u16,
pub NVParameterReserv1: u16,
pub NVCmdEnabled: u16,
pub NVParameterReserv2: u16,
pub NVPowerModeVer: u16,
pub NVCmdVer: u16,
pub NVSize: u32,
pub NVReadSpeed: u16,
pub NVWrtSpeed: u16,
pub DeviceSpinUpTime: u32,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields
NVPowerModeEnabled: u16
NVParameterReserv1: u16
NVCmdEnabled: u16
NVParameterReserv2: u16
NVPowerModeVer: u16
NVCmdVer: u16
NVSize: u32
NVReadSpeed: u16
NVWrtSpeed: u16
DeviceSpinUpTime: u32
Trait Implementations
impl Clone for NV_FEATURE_PARAMETER
impl Clone for NV_FEATURE_PARAMETER
impl Copy for NV_FEATURE_PARAMETER
Auto Trait Implementations
impl RefUnwindSafe for NV_FEATURE_PARAMETER
impl Send for NV_FEATURE_PARAMETER
impl Sync for NV_FEATURE_PARAMETER
impl Unpin for NV_FEATURE_PARAMETER
impl UnwindSafe for NV_FEATURE_PARAMETER
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