Struct parse_proc_maps::Maps
source · [−]pub struct Maps<'a> {
pub start: usize,
pub end: usize,
pub flags: &'a str,
pub offset: usize,
pub dev: &'a str,
pub inode: usize,
pub pathname: &'a str,
}Fields
start: usizeend: usizeflags: &'a stroffset: usizedev: &'a strinode: usizepathname: &'a strImplementations
Trait Implementations
impl<'a> StructuralPartialEq for Maps<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Maps<'a>
impl<'a> Send for Maps<'a>
impl<'a> Sync for Maps<'a>
impl<'a> Unpin for Maps<'a>
impl<'a> UnwindSafe for Maps<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more