Struct mach_o_sys::swap::mach_msg_ool_ports_descriptor64_t [] [src]

#[repr(C)]
pub struct mach_msg_ool_ports_descriptor64_t { pub address: uint64_t, pub _bindgen_bitfield_1_: boolean_t, pub _bindgen_bitfield_2_: mach_msg_copy_options_t, pub _bindgen_bitfield_3_: mach_msg_type_name_t, pub _bindgen_bitfield_4_: mach_msg_descriptor_type_t, pub count: mach_msg_size_t, }

Fields

Trait Implementations

impl Copy for mach_msg_ool_ports_descriptor64_t
[src]

impl Clone for mach_msg_ool_ports_descriptor64_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mach_msg_ool_ports_descriptor64_t
[src]

Formats the value using the given formatter.

impl Default for mach_msg_ool_ports_descriptor64_t
[src]

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