pub enum CgroupType {
Core,
Dsp,
NnLib,
Rtos,
Rtos2,
Startup,
}Expand description
Predefined component group names per CgroupType
Variants§
Trait Implementations§
Source§impl Clone for CgroupType
impl Clone for CgroupType
Source§fn clone(&self) -> CgroupType
fn clone(&self) -> CgroupType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CgroupType
impl Debug for CgroupType
Source§impl<'de> Deserialize<'de> for CgroupType
impl<'de> Deserialize<'de> for CgroupType
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
impl Eq for CgroupType
Source§impl PartialEq for CgroupType
impl PartialEq for CgroupType
Source§impl Serialize for CgroupType
impl Serialize for CgroupType
impl StructuralPartialEq for CgroupType
Source§impl TryFrom<&str> for CgroupType
impl TryFrom<&str> for CgroupType
Auto Trait Implementations§
impl Freeze for CgroupType
impl RefUnwindSafe for CgroupType
impl Send for CgroupType
impl Sync for CgroupType
impl Unpin for CgroupType
impl UnsafeUnpin for CgroupType
impl UnwindSafe for CgroupType
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