#[repr(C)]pub enum cgroup_file_type {
CGROUP_FILE_TYPE_FILE = 0,
CGROUP_FILE_TYPE_DIR = 1,
CGROUP_FILE_TYPE_OTHER = 2,
}Variants§
Trait Implementations§
Source§impl Clone for cgroup_file_type
impl Clone for cgroup_file_type
Source§fn clone(&self) -> cgroup_file_type
fn clone(&self) -> cgroup_file_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 cgroup_file_type
Auto Trait Implementations§
impl Freeze for cgroup_file_type
impl RefUnwindSafe for cgroup_file_type
impl Send for cgroup_file_type
impl Sync for cgroup_file_type
impl Unpin for cgroup_file_type
impl UnwindSafe for cgroup_file_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