#[repr(C)]pub struct ControllerModelNodePropertiesMSFT {
pub ty: StructureType,
pub next: *mut c_void,
pub parent_node_name: [c_char; 64],
pub node_name: [c_char; 64],
}Expand description
See XrControllerModelNodePropertiesMSFT - defined by XR_MSFT_controller_model
Fields
ty: StructureTypenext: *mut c_voidparent_node_name: [c_char; 64]node_name: [c_char; 64]Implementations
sourceimpl ControllerModelNodePropertiesMSFT
impl ControllerModelNodePropertiesMSFT
pub const TYPE: StructureType = StructureType::CONTROLLER_MODEL_NODE_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 ControllerModelNodePropertiesMSFT
impl Clone for ControllerModelNodePropertiesMSFT
sourcefn clone(&self) -> ControllerModelNodePropertiesMSFT
fn clone(&self) -> ControllerModelNodePropertiesMSFT
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 ControllerModelNodePropertiesMSFT
Auto Trait Implementations
impl RefUnwindSafe for ControllerModelNodePropertiesMSFT
impl !Send for ControllerModelNodePropertiesMSFT
impl !Sync for ControllerModelNodePropertiesMSFT
impl Unpin for ControllerModelNodePropertiesMSFT
impl UnwindSafe for ControllerModelNodePropertiesMSFT
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