#[repr(C)]pub struct EventDataStopColocationAdvertisementCompleteMETA {
pub ty: StructureType,
pub next: *const c_void,
pub request_id: AsyncRequestIdFB,
pub result: Result,
}Expand description
Fields§
§ty: StructureType§next: *const c_void§request_id: AsyncRequestIdFB§result: ResultImplementations§
Source§impl EventDataStopColocationAdvertisementCompleteMETA
impl EventDataStopColocationAdvertisementCompleteMETA
pub const TYPE: StructureType = StructureType::EVENT_DATA_STOP_COLOCATION_ADVERTISEMENT_COMPLETE_META
Trait Implementations§
Source§impl Clone for EventDataStopColocationAdvertisementCompleteMETA
impl Clone for EventDataStopColocationAdvertisementCompleteMETA
Source§fn clone(&self) -> EventDataStopColocationAdvertisementCompleteMETA
fn clone(&self) -> EventDataStopColocationAdvertisementCompleteMETA
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 EventDataStopColocationAdvertisementCompleteMETA
Auto Trait Implementations§
impl Freeze for EventDataStopColocationAdvertisementCompleteMETA
impl RefUnwindSafe for EventDataStopColocationAdvertisementCompleteMETA
impl !Send for EventDataStopColocationAdvertisementCompleteMETA
impl !Sync for EventDataStopColocationAdvertisementCompleteMETA
impl Unpin for EventDataStopColocationAdvertisementCompleteMETA
impl UnwindSafe for EventDataStopColocationAdvertisementCompleteMETA
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