pub struct ReadLocalOutOfBandExtendedData(/* private fields */);
Expand description
Read Local Out Of Band Extended Data Command
Implementations§
Source§impl ReadLocalOutOfBandExtendedData
impl ReadLocalOutOfBandExtendedData
Sourcepub fn new(f0: AddressTypes) -> Self
pub fn new(f0: AddressTypes) -> Self
Constructs a new ReadLocalOutOfBandExtendedData
.
Methods from Deref<Target = AddressTypes>§
pub fn iter(&self) -> impl Iterator<Item = &AddressType>
Trait Implementations§
Source§impl AsMut<AddressTypes> for ReadLocalOutOfBandExtendedData
impl AsMut<AddressTypes> for ReadLocalOutOfBandExtendedData
Source§fn as_mut(&mut self) -> &mut AddressTypes
fn as_mut(&mut self) -> &mut AddressTypes
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<AddressTypes> for ReadLocalOutOfBandExtendedData
impl AsRef<AddressTypes> for ReadLocalOutOfBandExtendedData
Source§fn as_ref(&self) -> &AddressTypes
fn as_ref(&self) -> &AddressTypes
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl CommandRequest for ReadLocalOutOfBandExtendedData
impl CommandRequest for ReadLocalOutOfBandExtendedData
Source§const CODE: CommandCode = CommandCode::ReadLocalOutOfBandExtendedData
const CODE: CommandCode = CommandCode::ReadLocalOutOfBandExtendedData
Command code.
Source§type Reply = ReadLocalOutOfBandExtendedDataReply
type Reply = ReadLocalOutOfBandExtendedDataReply
Return type for this command.
Source§impl From<AddressTypes> for ReadLocalOutOfBandExtendedData
impl From<AddressTypes> for ReadLocalOutOfBandExtendedData
Source§fn from(v: AddressTypes) -> Self
fn from(v: AddressTypes) -> Self
Converts to this type from the input type.
Source§impl From<ReadLocalOutOfBandExtendedData> for Command
impl From<ReadLocalOutOfBandExtendedData> for Command
Source§fn from(v: ReadLocalOutOfBandExtendedData) -> Self
fn from(v: ReadLocalOutOfBandExtendedData) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReadLocalOutOfBandExtendedData
impl RefUnwindSafe for ReadLocalOutOfBandExtendedData
impl Send for ReadLocalOutOfBandExtendedData
impl Sync for ReadLocalOutOfBandExtendedData
impl Unpin for ReadLocalOutOfBandExtendedData
impl UnwindSafe for ReadLocalOutOfBandExtendedData
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