Enum magenta_sys::mx_packet_type_t [] [src]

#[repr(u32)]
pub enum mx_packet_type_t { MX_PKT_TYPE_USER, MX_PKT_TYPE_SIGNAL_ONE, MX_PKT_TYPE_SIGNAL_REP, }

Variants

Trait Implementations

impl Debug for mx_packet_type_t
[src]

Formats the value using the given formatter.

impl Copy for mx_packet_type_t
[src]

impl Clone for mx_packet_type_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for mx_packet_type_t
[src]

impl PartialEq for mx_packet_type_t
[src]

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

This method tests for !=.

impl Default for mx_packet_type_t
[src]

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