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