#[repr(C)]pub struct erf_phdr {
pub ts: guint64,
pub type_: guint8,
pub flags: guint8,
pub rlen: guint16,
pub lctr: guint16,
pub wlen: guint16,
}Fields§
§ts: guint64§type_: guint8§flags: guint8§rlen: guint16§lctr: guint16§wlen: guint16Trait Implementations§
Auto Trait Implementations§
impl Freeze for erf_phdr
impl RefUnwindSafe for erf_phdr
impl Send for erf_phdr
impl Sync for erf_phdr
impl Unpin for erf_phdr
impl UnwindSafe for erf_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