pub struct LocalSupportedCommands {
pub status: Status,
pub supported_commands: CommandFlags,
}
Expand description
Values returned by the Read Local Supported Commands command.
Fields§
§status: Status
Did the command fail, and if so, how?
supported_commands: CommandFlags
Flags for supported commands.
Trait Implementations§
Source§impl Clone for LocalSupportedCommands
impl Clone for LocalSupportedCommands
Source§fn clone(&self) -> LocalSupportedCommands
fn clone(&self) -> LocalSupportedCommands
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 moreSource§impl Debug for LocalSupportedCommands
impl Debug for LocalSupportedCommands
impl Copy for LocalSupportedCommands
Auto Trait Implementations§
impl Freeze for LocalSupportedCommands
impl RefUnwindSafe for LocalSupportedCommands
impl Send for LocalSupportedCommands
impl Sync for LocalSupportedCommands
impl Unpin for LocalSupportedCommands
impl UnwindSafe for LocalSupportedCommands
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