#[repr(C)]pub struct EventDataColocationDiscoveryResultMETA {
pub ty: StructureType,
pub next: *const c_void,
pub discovery_request_id: AsyncRequestIdFB,
pub advertisement_uuid: Uuid,
pub buffer_size: u32,
pub buffer: [u8; 1024],
}Expand description
See XrEventDataColocationDiscoveryResultMETA - defined by XR_META_colocation_discovery
Fields§
§ty: StructureType§next: *const c_void§discovery_request_id: AsyncRequestIdFB§advertisement_uuid: Uuid§buffer_size: u32§buffer: [u8; 1024]Implementations§
Source§impl EventDataColocationDiscoveryResultMETA
impl EventDataColocationDiscoveryResultMETA
pub const TYPE: StructureType = StructureType::EVENT_DATA_COLOCATION_DISCOVERY_RESULT_META
Trait Implementations§
Source§impl Clone for EventDataColocationDiscoveryResultMETA
impl Clone for EventDataColocationDiscoveryResultMETA
Source§fn clone(&self) -> EventDataColocationDiscoveryResultMETA
fn clone(&self) -> EventDataColocationDiscoveryResultMETA
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 EventDataColocationDiscoveryResultMETA
Auto Trait Implementations§
impl Freeze for EventDataColocationDiscoveryResultMETA
impl RefUnwindSafe for EventDataColocationDiscoveryResultMETA
impl !Send for EventDataColocationDiscoveryResultMETA
impl !Sync for EventDataColocationDiscoveryResultMETA
impl Unpin for EventDataColocationDiscoveryResultMETA
impl UnwindSafe for EventDataColocationDiscoveryResultMETA
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