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