Struct mach::message::mach_msg_header_t [] [src]

#[repr(C)]
pub struct mach_msg_header_t { pub msgh_bits: mach_msg_bits_t, pub msgh_size: mach_msg_size_t, pub msgh_remote_port: mach_port_t, pub msgh_local_port: mach_port_t, pub msgh_voucher_port: mach_port_name_t, pub msgh_id: mach_msg_id_t, }

Fields

Trait Implementations

impl Copy for mach_msg_header_t
[src]

impl Clone for mach_msg_header_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_header_t
[src]

[src]

Formats the value using the given formatter.