Struct monitor_api::LibraryInfoRaw
source · #[repr(C)]pub struct LibraryInfoRaw {
pub name_len: usize,
pub compartment_id: ObjID,
pub objid: ObjID,
pub slot: usize,
pub range: AddrRange,
pub dl_info: DlPhdrInfo,
pub desc: Descriptor,
}
Fields§
§name_len: usize
§compartment_id: ObjID
§objid: ObjID
§slot: usize
§range: AddrRange
§dl_info: DlPhdrInfo
§desc: Descriptor
Trait Implementations§
source§impl Clone for LibraryInfo
impl Clone for LibraryInfo
source§fn clone(&self) -> LibraryInfo
fn clone(&self) -> LibraryInfo
Returns a copy 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 Debug for LibraryInfo
impl Debug for LibraryInfo
impl Copy for LibraryInfo
impl Crossing for LibraryInfo
Auto Trait Implementations§
impl !ObjSafe for LibraryInfo
impl RefUnwindSafe for LibraryInfo
impl !Send for LibraryInfo
impl !Sync for LibraryInfo
impl Unpin for LibraryInfo
impl UnwindSafe for LibraryInfo
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