Struct fuchsia_zircon_sys::zx_packet_signal_t [] [src]

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

Fields

Trait Implementations

impl Debug for zx_packet_signal_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for zx_packet_signal_t
[src]

impl Clone for zx_packet_signal_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more