Enum fuchsia_zircon_sys::zx_packet_type_t [] [src]

#[repr(u32)]
pub enum zx_packet_type_t { ZX_PKT_TYPE_USER, ZX_PKT_TYPE_SIGNAL_ONE, ZX_PKT_TYPE_SIGNAL_REP, }

Variants

Trait Implementations

impl Debug for zx_packet_type_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for zx_packet_type_t
[src]

impl Clone for zx_packet_type_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_packet_type_t
[src]

impl PartialEq for zx_packet_type_t
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Default for zx_packet_type_t
[src]

[src]

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