Struct magenta_sys::mx_packet_signal_t [] [src]

#[repr(C)]
pub struct mx_packet_signal_t { pub trigger: mx_signals_t, pub observed: mx_signals_t, pub count: u64, }

Fields

Trait Implementations

impl Debug for mx_packet_signal_t
[src]

Formats the value using the given formatter.

impl Copy for mx_packet_signal_t
[src]

impl Clone for mx_packet_signal_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more