#[repr(C)]pub struct SpatialGraphNodeBindingPropertiesMSFT {
pub ty: StructureType,
pub next: *mut c_void,
pub node_id: [u8; 16],
pub pose_in_node_space: Posef,
}Expand description
See XrSpatialGraphNodeBindingPropertiesMSFT - defined by XR_MSFT_spatial_graph_bridge
Fields
ty: StructureTypenext: *mut c_voidnode_id: [u8; 16]pose_in_node_space: PosefImplementations
sourceimpl SpatialGraphNodeBindingPropertiesMSFT
impl SpatialGraphNodeBindingPropertiesMSFT
pub const TYPE: StructureType = StructureType::SPATIAL_GRAPH_NODE_BINDING_PROPERTIES_MSFT
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for SpatialGraphNodeBindingPropertiesMSFT
impl Clone for SpatialGraphNodeBindingPropertiesMSFT
sourcefn clone(&self) -> SpatialGraphNodeBindingPropertiesMSFT
fn clone(&self) -> SpatialGraphNodeBindingPropertiesMSFT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpatialGraphNodeBindingPropertiesMSFT
Auto Trait Implementations
impl RefUnwindSafe for SpatialGraphNodeBindingPropertiesMSFT
impl !Send for SpatialGraphNodeBindingPropertiesMSFT
impl !Sync for SpatialGraphNodeBindingPropertiesMSFT
impl Unpin for SpatialGraphNodeBindingPropertiesMSFT
impl UnwindSafe for SpatialGraphNodeBindingPropertiesMSFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more