Struct mach::message::mach_msg_port_descriptor_t [] [src]

#[repr(C)]
pub struct mach_msg_port_descriptor_t { pub name: mach_port_t, pub pad1: mach_msg_size_t, pub pad2: u16, pub disposition: u8, pub type_: u8, }

Fields

Methods

impl mach_msg_port_descriptor_t
[src]

[src]

Trait Implementations

impl Copy for mach_msg_port_descriptor_t
[src]

impl Clone for mach_msg_port_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_port_descriptor_t
[src]

[src]

Formats the value using the given formatter.