pub struct GetAdvertisingSizeInformation { /* private fields */ }
Expand description
Get Advertising Size Information Command
Implementations§
Source§impl GetAdvertisingSizeInformation
impl GetAdvertisingSizeInformation
Sourcepub fn new(instance: AdvertiseInstance, flags: AdvertisingFlag) -> Self
pub fn new(instance: AdvertiseInstance, flags: AdvertisingFlag) -> Self
Constructs a new GetAdvertisingSizeInformation
.
Trait Implementations§
Source§impl CommandRequest for GetAdvertisingSizeInformation
impl CommandRequest for GetAdvertisingSizeInformation
Source§const CODE: CommandCode = CommandCode::GetAdvertisingSizeInformation
const CODE: CommandCode = CommandCode::GetAdvertisingSizeInformation
Command code.
Source§type Reply = GetAdvertisingSizeInformationReply
type Reply = GetAdvertisingSizeInformationReply
Return type for this command.
Source§impl From<GetAdvertisingSizeInformation> for Command
impl From<GetAdvertisingSizeInformation> for Command
Source§fn from(v: GetAdvertisingSizeInformation) -> Self
fn from(v: GetAdvertisingSizeInformation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetAdvertisingSizeInformation
impl RefUnwindSafe for GetAdvertisingSizeInformation
impl Send for GetAdvertisingSizeInformation
impl Sync for GetAdvertisingSizeInformation
impl Unpin for GetAdvertisingSizeInformation
impl UnwindSafe for GetAdvertisingSizeInformation
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