pub struct Offsets {Show 15 fields
pub pcpu_hot: pcpu_hot,
pub fs_struct: fs_struct,
pub mm_struct: mm_struct,
pub vm_area_struct: vm_area_struct,
pub task_struct: task_struct,
pub dentry: dentry,
pub file: file,
pub path: path,
pub vfsmount: vfsmount,
pub qstr: qstr,
pub list_head: list_head,
pub maple_tree: maple_tree,
pub maple_node: maple_node,
pub maple_range_64: maple_range_64,
pub maple_arange_64: maple_arange_64,
}
Fields§
§pcpu_hot: pcpu_hot
§fs_struct: fs_struct
§mm_struct: mm_struct
§vm_area_struct: vm_area_struct
§task_struct: task_struct
§dentry: dentry
§file: file
§path: path
§vfsmount: vfsmount
§qstr: qstr
§list_head: list_head
§maple_tree: maple_tree
§maple_node: maple_node
§maple_range_64: maple_range_64
§maple_arange_64: maple_arange_64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Offsets
impl RefUnwindSafe for Offsets
impl Send for Offsets
impl Sync for Offsets
impl Unpin for Offsets
impl UnwindSafe for Offsets
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