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