Enum xmodem::BlockLength [] [src]

pub enum BlockLength {
    Standard,
    OneK,
}

Variants

Trait Implementations

impl Copy for BlockLength
[src]

impl Clone for BlockLength
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlockLength
[src]

Formats the value using the given formatter.