#[repr(C)]pub struct k12_phdr {
pub input: guint32,
pub input_name: *const gchar,
pub stack_file: *const gchar,
pub input_type: guint32,
pub input_info: k12_input_info_t,
pub extra_info: *mut guint8,
pub extra_length: guint32,
pub stuff: *mut c_void,
}Fields§
§input: guint32§input_name: *const gchar§stack_file: *const gchar§input_type: guint32§input_info: k12_input_info_t§extra_info: *mut guint8§extra_length: guint32§stuff: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for k12_phdr
impl RefUnwindSafe for k12_phdr
impl !Send for k12_phdr
impl !Sync for k12_phdr
impl Unpin for k12_phdr
impl UnwindSafe for k12_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