Struct ddc::commands::CapabilitiesReply
[−]
[src]
pub struct CapabilitiesReply {
pub offset: u16,
pub data: Box<[u8]>,
}Fields
offset: u16
data: Box<[u8]>
Trait Implementations
impl Clone for CapabilitiesReply[src]
fn clone(&self) -> CapabilitiesReply[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 CapabilitiesReply[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more