pub enum CgroupAttrs<'a> {
Act(IterableArrayActAttrs<'a>),
Police(IterablePoliceAttrs<'a>),
Ematches(&'a [u8]),
}Available on crate feature
tc only.Variants§
Implementations§
Source§impl<'a> CgroupAttrs<'a>
impl<'a> CgroupAttrs<'a>
pub fn new(buf: &'a [u8]) -> IterableCgroupAttrs<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for CgroupAttrs<'a>
impl<'a> Clone for CgroupAttrs<'a>
Source§fn clone(&self) -> CgroupAttrs<'a>
fn clone(&self) -> CgroupAttrs<'a>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'a> Freeze for CgroupAttrs<'a>
impl<'a> RefUnwindSafe for CgroupAttrs<'a>
impl<'a> Send for CgroupAttrs<'a>
impl<'a> Sync for CgroupAttrs<'a>
impl<'a> Unpin for CgroupAttrs<'a>
impl<'a> UnwindSafe for CgroupAttrs<'a>
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