pub struct ReadAdvertisingFeatureReply { /* private fields */ }
Expand description
Reply for ReadAdvertisingFeature
Implementations§
Source§impl ReadAdvertisingFeatureReply
impl ReadAdvertisingFeatureReply
pub fn supported_flags(&self) -> &AdvertisingFlag
pub fn max_adv_data_len(&self) -> &u8
pub fn max_scan_resp_len(&self) -> &u8
pub fn max_instances(&self) -> &u8
pub fn instances(&self) -> &AdvertiseInstances
Trait Implementations§
Source§impl Debug for ReadAdvertisingFeatureReply
impl Debug for ReadAdvertisingFeatureReply
Auto Trait Implementations§
impl Freeze for ReadAdvertisingFeatureReply
impl RefUnwindSafe for ReadAdvertisingFeatureReply
impl Send for ReadAdvertisingFeatureReply
impl Sync for ReadAdvertisingFeatureReply
impl Unpin for ReadAdvertisingFeatureReply
impl UnwindSafe for ReadAdvertisingFeatureReply
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