#[repr(C)]pub struct JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE {
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,
}
Fields§
§MaxIops: LONG64
§MaxBandwidth: LONG64
§ReservationIops: LONG64
§VolumeName: PWSTR
§BaseIoSize: DWORD
§ControlFlags: JOB_OBJECT_IO_RATE_CONTROL_FLAGS
§VolumeNameLength: WORD
Trait Implementations§
Source§impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl Clone for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
Source§fn clone(&self) -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
fn clone(&self) -> JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
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 moreSource§impl Ord for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl Ord for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
Source§fn cmp(&self, other: &JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE) -> Ordering
fn cmp(&self, other: &JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl PartialEq for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
Source§fn eq(&self, other: &JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE) -> bool
fn eq(&self, other: &JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl PartialOrd for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl Copy for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl Eq for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl StructuralPartialEq for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
Auto Trait Implementations§
impl Freeze for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl RefUnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl !Send for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl !Sync for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl Unpin for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
impl UnwindSafe for JOBOBJECT_IO_RATE_CONTROL_INFORMATION_NATIVE
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