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