pub struct ReadControllerInformation;
Expand description
Read Controller Information Command
Trait Implementations§
Source§impl CommandRequest for ReadControllerInformation
impl CommandRequest for ReadControllerInformation
Source§const CODE: CommandCode = CommandCode::ReadControllerInformation
const CODE: CommandCode = CommandCode::ReadControllerInformation
Command code.
Source§type Reply = ReadControllerInformationReply
type Reply = ReadControllerInformationReply
Return type for this command.
Source§impl Debug for ReadControllerInformation
impl Debug for ReadControllerInformation
Source§impl Default for ReadControllerInformation
impl Default for ReadControllerInformation
Source§fn default() -> ReadControllerInformation
fn default() -> ReadControllerInformation
Returns the “default value” for a type. Read more
Source§impl From<ReadControllerInformation> for Command
impl From<ReadControllerInformation> for Command
Source§fn from(v: ReadControllerInformation) -> Self
fn from(v: ReadControllerInformation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReadControllerInformation
impl RefUnwindSafe for ReadControllerInformation
impl Send for ReadControllerInformation
impl Sync for ReadControllerInformation
impl Unpin for ReadControllerInformation
impl UnwindSafe for ReadControllerInformation
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