Struct fuchsia_zircon::UserPacket [] [src]

pub struct UserPacket(_);

Contents of a user packet (one sent by port_queue). This is a type-safe wrapper for zx_packet_user_t.

Methods

impl UserPacket
[src]

Trait Implementations

impl Debug for UserPacket
[src]

[src]

Formats the value using the given formatter.

impl Copy for UserPacket
[src]

impl Clone for UserPacket
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more