#[repr(C)]pub struct EventDataStartColocationAdvertisementCompleteMETA {
pub ty: StructureType,
pub next: *const c_void,
pub advertisement_request_id: AsyncRequestIdFB,
pub result: Result,
pub advertisement_uuid: Uuid,
}Expand description
Fields§
§ty: StructureType§next: *const c_void§advertisement_request_id: AsyncRequestIdFB§result: Result§advertisement_uuid: UuidImplementations§
Source§impl EventDataStartColocationAdvertisementCompleteMETA
impl EventDataStartColocationAdvertisementCompleteMETA
pub const TYPE: StructureType = StructureType::EVENT_DATA_START_COLOCATION_ADVERTISEMENT_COMPLETE_META
Trait Implementations§
Source§impl Clone for EventDataStartColocationAdvertisementCompleteMETA
impl Clone for EventDataStartColocationAdvertisementCompleteMETA
Source§fn clone(&self) -> EventDataStartColocationAdvertisementCompleteMETA
fn clone(&self) -> EventDataStartColocationAdvertisementCompleteMETA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventDataStartColocationAdvertisementCompleteMETA
Auto Trait Implementations§
impl Freeze for EventDataStartColocationAdvertisementCompleteMETA
impl RefUnwindSafe for EventDataStartColocationAdvertisementCompleteMETA
impl !Send for EventDataStartColocationAdvertisementCompleteMETA
impl !Sync for EventDataStartColocationAdvertisementCompleteMETA
impl Unpin for EventDataStartColocationAdvertisementCompleteMETA
impl UnwindSafe for EventDataStartColocationAdvertisementCompleteMETA
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