Struct oci_spec::runtime::LinuxIOPriority
source · pub struct LinuxIOPriority { /* private fields */ }
Expand description
RLimit types and restrictions.
Implementations§
Trait Implementations§
source§impl Clone for LinuxIOPriority
impl Clone for LinuxIOPriority
source§fn clone(&self) -> LinuxIOPriority
fn clone(&self) -> LinuxIOPriority
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 Debug for LinuxIOPriority
impl Debug for LinuxIOPriority
source§impl Default for LinuxIOPriority
impl Default for LinuxIOPriority
source§fn default() -> LinuxIOPriority
fn default() -> LinuxIOPriority
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LinuxIOPriority
impl<'de> Deserialize<'de> for LinuxIOPriority
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for LinuxIOPriority
impl PartialEq for LinuxIOPriority
source§fn eq(&self, other: &LinuxIOPriority) -> bool
fn eq(&self, other: &LinuxIOPriority) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LinuxIOPriority
impl Serialize for LinuxIOPriority
impl Copy for LinuxIOPriority
impl Eq for LinuxIOPriority
impl StructuralPartialEq for LinuxIOPriority
Auto Trait Implementations§
impl Freeze for LinuxIOPriority
impl RefUnwindSafe for LinuxIOPriority
impl Send for LinuxIOPriority
impl Sync for LinuxIOPriority
impl Unpin for LinuxIOPriority
impl UnwindSafe for LinuxIOPriority
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
)