#[repr(C)]pub struct EventDataSenseDataUpdatedBD {
pub ty: StructureType,
pub next: *const c_void,
pub provider: SenseDataProviderBD,
}Expand description
See XrEventDataSenseDataUpdatedBD - defined by XR_BD_spatial_sensing
Fields§
§ty: StructureType§next: *const c_void§provider: SenseDataProviderBDImplementations§
Source§impl EventDataSenseDataUpdatedBD
impl EventDataSenseDataUpdatedBD
pub const TYPE: StructureType = StructureType::EVENT_DATA_SENSE_DATA_UPDATED_BD
Trait Implementations§
Source§impl Clone for EventDataSenseDataUpdatedBD
impl Clone for EventDataSenseDataUpdatedBD
Source§fn clone(&self) -> EventDataSenseDataUpdatedBD
fn clone(&self) -> EventDataSenseDataUpdatedBD
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 moreSource§impl Debug for EventDataSenseDataUpdatedBD
impl Debug for EventDataSenseDataUpdatedBD
impl Copy for EventDataSenseDataUpdatedBD
Auto Trait Implementations§
impl Freeze for EventDataSenseDataUpdatedBD
impl RefUnwindSafe for EventDataSenseDataUpdatedBD
impl !Send for EventDataSenseDataUpdatedBD
impl !Sync for EventDataSenseDataUpdatedBD
impl Unpin for EventDataSenseDataUpdatedBD
impl UnwindSafe for EventDataSenseDataUpdatedBD
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