#[repr(C)]pub struct ascend_phdr {
pub type_: guint16,
pub user: [c_char; 64],
pub sess: guint32,
pub call_num: [c_char; 64],
pub chunk: guint32,
pub task: guint32,
}Fields§
§type_: guint16§user: [c_char; 64]§sess: guint32§call_num: [c_char; 64]§chunk: guint32§task: guint32Trait Implementations§
Source§impl Clone for ascend_phdr
impl Clone for ascend_phdr
Source§fn clone(&self) -> ascend_phdr
fn clone(&self) -> ascend_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 moreSource§impl Debug for ascend_phdr
impl Debug for ascend_phdr
impl Copy for ascend_phdr
Auto Trait Implementations§
impl Freeze for ascend_phdr
impl RefUnwindSafe for ascend_phdr
impl Send for ascend_phdr
impl Sync for ascend_phdr
impl Unpin for ascend_phdr
impl UnwindSafe for ascend_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