#[repr(C)]pub enum group_walk_type {
CGROUP_WALK_TYPE_PRE_DIR = 1,
CGROUP_WALK_TYPE_POST_DIR = 2,
}Variants§
Trait Implementations§
Source§impl Clone for group_walk_type
impl Clone for group_walk_type
Source§fn clone(&self) -> group_walk_type
fn clone(&self) -> group_walk_type
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 moreimpl Copy for group_walk_type
Auto Trait Implementations§
impl Freeze for group_walk_type
impl RefUnwindSafe for group_walk_type
impl Send for group_walk_type
impl Sync for group_walk_type
impl Unpin for group_walk_type
impl UnwindSafe for group_walk_type
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