Struct fuchsia_zircon_sys::zx_channel_call_args_t [] [src]

#[repr(C)]
pub struct zx_channel_call_args_t { pub wr_bytes: *const u8, pub wr_handles: *const zx_handle_t, pub rd_bytes: *mut u8, pub rd_handles: *mut zx_handle_t, pub wr_num_bytes: u32, pub wr_num_handles: u32, pub rd_num_bytes: u32, pub rd_num_handles: u32, }

Fields

Trait Implementations

impl Debug for zx_channel_call_args_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for zx_channel_call_args_t
[src]

impl Clone for zx_channel_call_args_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for zx_channel_call_args_t
[src]

impl PartialEq for zx_channel_call_args_t
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.