Struct fuchsia_zircon::Packet [] [src]

pub struct Packet(_);

A packet sent through a port. This is a type-safe wrapper for zx_port_packet_t.

Methods

impl Packet
[src]

[src]

Creates a new packet with UserPacket data.

[src]

The packet's key.

[src]

The packet's status.

[src]

The contents of the packet.

Trait Implementations

impl PartialEq for Packet
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Packet
[src]

impl Debug for Packet
[src]

[src]

Formats the value using the given formatter.