#[repr(C)]pub struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3 {Show 19 fields
    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: LONG64§MaxBandwidth: LONG64§ReservationIops: LONG64§VolumeName: PWSTR§BaseIoSize: DWORD§ControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGS§VolumeNameLength: WORD§CriticalReservationIops: LONG64§ReservationBandwidth: LONG64§CriticalReservationBandwidth: LONG64§MaxTimePercent: LONG64§ReservationTimePercent: LONG64§CriticalReservationTimePercent: LONG64§SoftMaxIops: LONG64§SoftMaxBandwidth: LONG64§SoftMaxTimePercent: LONG64§LimitExcessNotifyIops: LONG64§LimitExcessNotifyBandwidth: LONG64§LimitExcessNotifyTimePercent: LONG64Trait Implementations§
Source§impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
 
impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
Source§fn clone(&self) -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
 
fn clone(&self) -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
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 moreimpl Copy for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
Auto Trait Implementations§
impl Freeze for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl RefUnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl !Send for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl !Sync for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl Unpin for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
impl UnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V3
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