Struct fuchsia_zircon_sys::zx_port_packet_t [] [src]

#[repr(C)]
pub struct zx_port_packet_t { pub key: u64, pub packet_type: zx_packet_type_t, pub status: i32, pub union: [u8; 32], }

Fields

Trait Implementations

impl Debug for zx_port_packet_t
[src]

[src]

Formats the value using the given formatter.

impl Default for zx_port_packet_t
[src]

[src]

Returns the "default value" for a type. Read more

impl Copy for zx_port_packet_t
[src]

impl Clone for zx_port_packet_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_port_packet_t
[src]

impl PartialEq for zx_port_packet_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 !=.