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