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