Struct mach_o_sys::dyld::audit_token_t [] [src]

#[repr(C)]
pub struct audit_token_t { pub val: [c_uint; 8], }

Fields

Trait Implementations

impl Copy for audit_token_t
[src]

impl Clone for audit_token_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for audit_token_t
[src]

Formats the value using the given formatter.

impl Default for audit_token_t
[src]

Returns the "default value" for a type. Read more