#[repr(C)]pub struct erf_ehdr {
pub ehdr: guint64,
}Fields§
§ehdr: guint64Trait Implementations§
Auto Trait Implementations§
impl Freeze for erf_ehdr
impl RefUnwindSafe for erf_ehdr
impl Send for erf_ehdr
impl Sync for erf_ehdr
impl Unpin for erf_ehdr
impl UnwindSafe for erf_ehdr
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