#[repr(C)]pub struct _header_field_info {
pub name: *const c_char,
pub abbrev: *const c_char,
pub type_: ftenum,
pub display: c_int,
pub strings: *const c_void,
pub bitmask: guint64,
pub blurb: *const c_char,
pub id: c_int,
pub parent: c_int,
pub ref_type: hf_ref_type,
pub same_name_prev_id: c_int,
pub same_name_next: *mut header_field_info,
}Fields§
§name: *const c_char§abbrev: *const c_char§type_: ftenum§display: c_int§strings: *const c_void§bitmask: guint64§blurb: *const c_char§id: c_int§parent: c_int§ref_type: hf_ref_type§same_name_prev_id: c_int§same_name_next: *mut header_field_infoTrait Implementations§
Source§impl Clone for _header_field_info
impl Clone for _header_field_info
Source§fn clone(&self) -> _header_field_info
fn clone(&self) -> _header_field_info
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 _header_field_info
impl Debug for _header_field_info
impl Copy for _header_field_info
Auto Trait Implementations§
impl Freeze for _header_field_info
impl RefUnwindSafe for _header_field_info
impl !Send for _header_field_info
impl !Sync for _header_field_info
impl Unpin for _header_field_info
impl UnwindSafe for _header_field_info
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