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