#[repr(C)]pub struct erf_mc_phdr {
pub phdr: erf_phdr,
pub ehdr_list: [erf_ehdr; 16],
pub subhdr: erf_mc_phdr__bindgen_ty_1,
}Fields§
§phdr: erf_phdr§ehdr_list: [erf_ehdr; 16]§subhdr: erf_mc_phdr__bindgen_ty_1Trait Implementations§
Source§impl Clone for erf_mc_phdr
impl Clone for erf_mc_phdr
Source§fn clone(&self) -> erf_mc_phdr
fn clone(&self) -> erf_mc_phdr
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 moreimpl Copy for erf_mc_phdr
Auto Trait Implementations§
impl Freeze for erf_mc_phdr
impl RefUnwindSafe for erf_mc_phdr
impl Send for erf_mc_phdr
impl Sync for erf_mc_phdr
impl Unpin for erf_mc_phdr
impl UnwindSafe for erf_mc_phdr
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