#[repr(C)]pub struct ini1_header_t {
pub magic: u32,
pub size: u32,
pub num_processes: u32,
pub _0xC: u32,
pub kip_data: __IncompleteArrayField<c_char>,
}Fields§
§magic: u32§size: u32§num_processes: u32§_0xC: u32§kip_data: __IncompleteArrayField<c_char>Trait Implementations§
Source§impl Debug for ini1_header_t
impl Debug for ini1_header_t
Source§impl Default for ini1_header_t
impl Default for ini1_header_t
Source§fn default() -> ini1_header_t
fn default() -> ini1_header_t
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ini1_header_t
impl RefUnwindSafe for ini1_header_t
impl Send for ini1_header_t
impl Sync for ini1_header_t
impl Unpin for ini1_header_t
impl UnwindSafe for ini1_header_t
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