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