pub struct PushCgroupAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl<Prev: Rec> PushCgroupAttrs<Prev>
impl<Prev: Rec> PushCgroupAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn array_act(self) -> PushArrayActAttrs<Self>
pub fn nested_police(self) -> PushPoliceAttrs<Self>
pub fn push_ematches(self, value: &[u8]) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushCgroupAttrs<Prev>
impl<Prev: Rec> Drop for PushCgroupAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushCgroupAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushCgroupAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushCgroupAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushCgroupAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushCgroupAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushCgroupAttrs<Prev>where
Prev: UnwindSafe,
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