#[repr(C)]pub struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2 {Show 13 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,
}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: LONG64Trait Implementations§
Source§impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
 
impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
Source§fn clone(&self) -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
 
fn clone(&self) -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
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_V2
Auto Trait Implementations§
impl Freeze for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl RefUnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl !Send for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl !Sync for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl Unpin for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
impl UnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE_V2
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