Enum ply_rs::ply::Encoding [] [src]

pub enum Encoding {
    Ascii,
    BinaryBigEndian,
    BinaryLittleEndian,
}

Models possible encoding standards for the payload.

Variants

Write numbers in their ascii representation (e.g. -13, 6.28, etc.). Properties are separated by spaces and elements are separated by line breaks.

Encode payload using big endian.

Encode payload using little endian.

Trait Implementations

impl Debug for Encoding
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Encoding
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Encoding
[src]

impl Clone for Encoding
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Encoding
[src]

impl Display for Encoding
[src]

[src]

Formats the value using the given formatter. Read more