pub struct LinuxIntelRdt { /* private fields */ }
Expand description
LinuxIntelRdt has container runtime resource constraints for Intel RDT CAT and MBA features which introduced in Linux 4.10 and 4.12 kernel
Trait Implementations§
Source§impl Clone for LinuxIntelRdt
impl Clone for LinuxIntelRdt
Source§fn clone(&self) -> LinuxIntelRdt
fn clone(&self) -> LinuxIntelRdt
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 LinuxIntelRdt
impl Debug for LinuxIntelRdt
Source§impl Default for LinuxIntelRdt
impl Default for LinuxIntelRdt
Source§fn default() -> LinuxIntelRdt
fn default() -> LinuxIntelRdt
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinuxIntelRdt
impl<'de> Deserialize<'de> for LinuxIntelRdt
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
Auto Trait Implementations§
impl Freeze for LinuxIntelRdt
impl RefUnwindSafe for LinuxIntelRdt
impl Send for LinuxIntelRdt
impl Sync for LinuxIntelRdt
impl Unpin for LinuxIntelRdt
impl UnwindSafe for LinuxIntelRdt
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