#[repr(C)]pub struct cgroup_file_info {
pub file_type: cgroup_file_type,
pub path: *const c_char,
pub parent: *const c_char,
pub full_path: *const c_char,
pub depth: c_short,
}Fields§
§file_type: cgroup_file_type§path: *const c_char§parent: *const c_char§full_path: *const c_char§depth: c_shortTrait Implementations§
Source§impl Clone for cgroup_file_info
impl Clone for cgroup_file_info
Source§fn clone(&self) -> cgroup_file_info
fn clone(&self) -> cgroup_file_info
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 moreSource§impl Default for cgroup_file_info
impl Default for cgroup_file_info
impl Copy for cgroup_file_info
Auto Trait Implementations§
impl Freeze for cgroup_file_info
impl RefUnwindSafe for cgroup_file_info
impl !Send for cgroup_file_info
impl !Sync for cgroup_file_info
impl Unpin for cgroup_file_info
impl UnwindSafe for cgroup_file_info
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