Struct ddc::commands::TableResponse [] [src]

pub struct TableResponse {
    pub offset: u16,
    // some fields omitted
}

Fields

Methods

impl TableResponse
[src]

Important traits for &'a mut [u8]
[src]

Trait Implementations

impl Copy for TableResponse
[src]

impl Clone for TableResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TableResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TableResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl CommandResult for TableResponse
[src]

MAX_LEN: usize = 36

[src]

Auto Trait Implementations

impl Send for TableResponse

impl Sync for TableResponse