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