pub struct ReadAdvertisementMonitorFeaturesReply { /* private fields */ }
Expand description
Reply for ReadAdvertisementMonitorFeatures
Implementations§
Source§impl ReadAdvertisementMonitorFeaturesReply
impl ReadAdvertisementMonitorFeaturesReply
pub fn supported_features(&self) -> &AdvertisementMonitorFeatures
pub fn enabled_features(&self) -> &AdvertisementMonitorFeatures
pub fn max_num_handle(&self) -> &u16
pub fn max_num_pattern(&self) -> &u8
pub fn handles(&self) -> &Vec<AdvertisementMonitorHandle>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadAdvertisementMonitorFeaturesReply
impl RefUnwindSafe for ReadAdvertisementMonitorFeaturesReply
impl Send for ReadAdvertisementMonitorFeaturesReply
impl Sync for ReadAdvertisementMonitorFeaturesReply
impl Unpin for ReadAdvertisementMonitorFeaturesReply
impl UnwindSafe for ReadAdvertisementMonitorFeaturesReply
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