pub struct ReadExtendedControllerInformation;
Expand description
Read Extended Controller Information Command
Trait Implementations§
Source§impl CommandRequest for ReadExtendedControllerInformation
impl CommandRequest for ReadExtendedControllerInformation
Source§const CODE: CommandCode = CommandCode::ReadExtendedControllerInformation
const CODE: CommandCode = CommandCode::ReadExtendedControllerInformation
Command code.
Source§type Reply = ReadExtendedControllerInformationReply
type Reply = ReadExtendedControllerInformationReply
Return type for this command.
Source§impl From<ReadExtendedControllerInformation> for Command
impl From<ReadExtendedControllerInformation> for Command
Source§fn from(v: ReadExtendedControllerInformation) -> Self
fn from(v: ReadExtendedControllerInformation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReadExtendedControllerInformation
impl RefUnwindSafe for ReadExtendedControllerInformation
impl Send for ReadExtendedControllerInformation
impl Sync for ReadExtendedControllerInformation
impl Unpin for ReadExtendedControllerInformation
impl UnwindSafe for ReadExtendedControllerInformation
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