Struct mach::message::mach_msg_ool_ports_descriptor_t [] [src]

#[repr(C)]
pub struct mach_msg_ool_ports_descriptor_t { pub address: *mut c_void, pub count: mach_msg_size_t, pub deallocate: u8, pub copy: u8, pub disposition: u8, pub type_: u8, }

Fields

Trait Implementations

impl Copy for mach_msg_ool_ports_descriptor_t
[src]

impl Clone for mach_msg_ool_ports_descriptor_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for mach_msg_ool_ports_descriptor_t
[src]

[src]

Formats the value using the given formatter.