Struct ndk_sys::user[][src]

#[repr(C)]
pub struct user {
Show 15 fields pub regs: user_regs_struct, pub u_fpvalid: c_int, pub i387: user_fpregs_struct, pub u_tsize: c_ulong, pub u_dsize: c_ulong, pub u_ssize: c_ulong, pub start_code: c_ulong, pub start_stack: c_ulong, pub signal: c_long, pub reserved: c_int, pub u_ar0: *mut user_regs_struct, pub u_fpstate: *mut user_fpregs_struct, pub magic: c_ulong, pub u_comm: [c_char; 32], pub u_debugreg: [c_int; 8],
}

Fields

regs: user_regs_structu_fpvalid: c_inti387: user_fpregs_structu_tsize: c_ulongu_dsize: c_ulongu_ssize: c_ulongstart_code: c_ulongstart_stack: c_ulongsignal: c_longreserved: c_intu_ar0: *mut user_regs_structu_fpstate: *mut user_fpregs_structmagic: c_ulongu_comm: [c_char; 32]u_debugreg: [c_int; 8]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.