Struct windows::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,
}
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
§fn clone(&self) -> NV_FEATURE_PARAMETER
fn clone(&self) -> NV_FEATURE_PARAMETER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NV_FEATURE_PARAMETER
impl Debug for NV_FEATURE_PARAMETER
§impl Default for NV_FEATURE_PARAMETER
impl Default for NV_FEATURE_PARAMETER
§impl PartialEq for NV_FEATURE_PARAMETER
impl PartialEq for NV_FEATURE_PARAMETER
§fn eq(&self, other: &NV_FEATURE_PARAMETER) -> bool
fn eq(&self, other: &NV_FEATURE_PARAMETER) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NV_FEATURE_PARAMETER
impl Eq for NV_FEATURE_PARAMETER
impl StructuralPartialEq for NV_FEATURE_PARAMETER
Auto Trait Implementations§
impl Freeze for NV_FEATURE_PARAMETER
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)