Struct mach::message::mach_msg_base_t [] [src]

#[repr(C)]
pub struct mach_msg_base_t { pub header: mach_msg_header_t, pub body: mach_msg_body_t, }

Fields

Trait Implementations

impl Copy for mach_msg_base_t
[src]

impl Clone for mach_msg_base_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_base_t
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations