pub struct OneCommand {
pub support: u8,
pub cdb_usage_data: Vec<u8>,
pub timeout_descriptor: Option<TimeoutsDescriptor>,
}
Fields§
§support: u8
§cdb_usage_data: Vec<u8>
§timeout_descriptor: Option<TimeoutsDescriptor>
Trait Implementations§
Source§impl Clone for OneCommand
impl Clone for OneCommand
Source§fn clone(&self) -> OneCommand
fn clone(&self) -> OneCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for OneCommand
impl RefUnwindSafe for OneCommand
impl Send for OneCommand
impl Sync for OneCommand
impl Unpin for OneCommand
impl UnwindSafe for OneCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more