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