Struct ddc::commands::TableResponse
[−]
[src]
pub struct TableResponse { pub offset: u16, // some fields omitted }
Fields
offset: u16
Methods
impl TableResponse
[src]
Trait Implementations
impl Copy for TableResponse
[src]
impl Clone for TableResponse
[src]
fn clone(&self) -> TableResponse
[src][−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
Performs copy-assignment from source
. Read more
impl Debug for TableResponse
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src][−]
Formats the value using the given formatter. Read more