Struct twizzler_runtime_api::DlPhdrInfo
source · #[repr(C)]pub struct DlPhdrInfo {
pub addr: ElfAddr,
pub name: *const u8,
pub phdr_start: *const u8,
pub phdr_num: ElfHalf,
pub _adds: c_longlong,
pub _subs: c_longlong,
pub modid: c_size_t,
pub tls_data: *const c_void,
}
Fields§
§addr: ElfAddr
§name: *const u8
§phdr_start: *const u8
§phdr_num: ElfHalf
§_adds: c_longlong
§_subs: c_longlong
§modid: c_size_t
§tls_data: *const c_void
Trait Implementations§
source§impl Clone for DlPhdrInfo
impl Clone for DlPhdrInfo
source§fn clone(&self) -> DlPhdrInfo
fn clone(&self) -> DlPhdrInfo
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 DlPhdrInfo
impl Debug for DlPhdrInfo
impl Copy for DlPhdrInfo
Auto Trait Implementations§
impl RefUnwindSafe for DlPhdrInfo
impl !Send for DlPhdrInfo
impl !Sync for DlPhdrInfo
impl Unpin for DlPhdrInfo
impl UnwindSafe for DlPhdrInfo
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