Struct mach::message::mach_msg_ool_descriptor_t [] [src]

#[repr(C)]
pub struct mach_msg_ool_descriptor_t { pub address: *mut c_void, pub size: mach_msg_size_t, pub deallocate: u8, pub copy: u8, pub pad1: u8, pub type_: u8, }

Fields

Methods

impl mach_msg_ool_descriptor_t
[src]

[src]

Trait Implementations

impl Copy for mach_msg_ool_descriptor_t
[src]

impl Clone for mach_msg_ool_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_descriptor_t
[src]

[src]

Formats the value using the given formatter.