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