Struct divans::CopyCommand[][src]

pub struct CopyCommand {
    pub distance: u32,
    pub num_bytes: u32,
}

Fields

Trait Implementations

impl Debug for CopyCommand
[src]

Formats the value using the given formatter. Read more

impl Clone for CopyCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Nop<CopyCommand> for CopyCommand
[src]

impl Copy for CopyCommand
[src]

Auto Trait Implementations

impl Send for CopyCommand

impl Sync for CopyCommand