#[repr(C)]pub struct EventDataStopColocationDiscoveryCompleteMETA {
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 EventDataStopColocationDiscoveryCompleteMETA
impl EventDataStopColocationDiscoveryCompleteMETA
pub const TYPE: StructureType = StructureType::EVENT_DATA_STOP_COLOCATION_DISCOVERY_COMPLETE_META
Trait Implementations§
Source§impl Clone for EventDataStopColocationDiscoveryCompleteMETA
impl Clone for EventDataStopColocationDiscoveryCompleteMETA
Source§fn clone(&self) -> EventDataStopColocationDiscoveryCompleteMETA
fn clone(&self) -> EventDataStopColocationDiscoveryCompleteMETA
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 EventDataStopColocationDiscoveryCompleteMETA
Auto Trait Implementations§
impl Freeze for EventDataStopColocationDiscoveryCompleteMETA
impl RefUnwindSafe for EventDataStopColocationDiscoveryCompleteMETA
impl !Send for EventDataStopColocationDiscoveryCompleteMETA
impl !Sync for EventDataStopColocationDiscoveryCompleteMETA
impl Unpin for EventDataStopColocationDiscoveryCompleteMETA
impl UnwindSafe for EventDataStopColocationDiscoveryCompleteMETA
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