pub struct GetAdvertisingSizeInformationReply { /* private fields */ }
Expand description
Reply for GetAdvertisingSizeInformation
Implementations§
Source§impl GetAdvertisingSizeInformationReply
impl GetAdvertisingSizeInformationReply
pub fn instance(&self) -> &AdvertiseInstance
pub fn flags(&self) -> &AdvertisingFlag
pub fn max_adv_data_len(&self) -> &u8
pub fn max_scan_resp_len(&self) -> &u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetAdvertisingSizeInformationReply
impl RefUnwindSafe for GetAdvertisingSizeInformationReply
impl Send for GetAdvertisingSizeInformationReply
impl Sync for GetAdvertisingSizeInformationReply
impl Unpin for GetAdvertisingSizeInformationReply
impl UnwindSafe for GetAdvertisingSizeInformationReply
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