[][src]Struct winapi::um::winnt::JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3

#[repr(C)]
pub struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3 { pub MaxIops: LONG64, pub MaxBandwidth: LONG64, pub ReservationIops: LONG64, pub VolumeName: PWSTR, pub BaseIoSize: DWORD, pub ControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGS, pub VolumeNameLength: WORD, pub CriticalReservationIops: LONG64, pub ReservationBandwidth: LONG64, pub CriticalReservationBandwidth: LONG64, pub MaxTimePercent: LONG64, pub ReservationTimePercent: LONG64, pub CriticalReservationTimePercent: LONG64, pub SoftMaxIops: LONG64, pub SoftMaxBandwidth: LONG64, pub SoftMaxTimePercent: LONG64, pub LimitExcessNotifyIops: LONG64, pub LimitExcessNotifyBandwidth: LONG64, pub LimitExcessNotifyTimePercent: LONG64, }

Fields

MaxIops: LONG64MaxBandwidth: LONG64ReservationIops: LONG64VolumeName: PWSTRBaseIoSize: DWORDControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGSVolumeNameLength: WORDCriticalReservationIops: LONG64ReservationBandwidth: LONG64CriticalReservationBandwidth: LONG64MaxTimePercent: LONG64ReservationTimePercent: LONG64CriticalReservationTimePercent: LONG64SoftMaxIops: LONG64SoftMaxBandwidth: LONG64SoftMaxTimePercent: LONG64LimitExcessNotifyIops: LONG64LimitExcessNotifyBandwidth: LONG64LimitExcessNotifyTimePercent: LONG64

Trait Implementations

impl Copy for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3[src]

impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3

impl !Sync for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]