#[repr(C)]pub struct RenderModelAssetPropertiesEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub node_property_count: u32,
pub node_properties: *mut RenderModelAssetNodePropertiesEXT,
}Expand description
See XrRenderModelAssetPropertiesEXT - defined by XR_EXT_render_model
Fields§
§ty: StructureType§next: *mut c_void§node_property_count: u32§node_properties: *mut RenderModelAssetNodePropertiesEXTImplementations§
Source§impl RenderModelAssetPropertiesEXT
impl RenderModelAssetPropertiesEXT
pub const TYPE: StructureType = StructureType::RENDER_MODEL_ASSET_PROPERTIES_EXT
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§
Source§impl Clone for RenderModelAssetPropertiesEXT
impl Clone for RenderModelAssetPropertiesEXT
Source§fn clone(&self) -> RenderModelAssetPropertiesEXT
fn clone(&self) -> RenderModelAssetPropertiesEXT
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 RenderModelAssetPropertiesEXT
Auto Trait Implementations§
impl Freeze for RenderModelAssetPropertiesEXT
impl RefUnwindSafe for RenderModelAssetPropertiesEXT
impl !Send for RenderModelAssetPropertiesEXT
impl !Sync for RenderModelAssetPropertiesEXT
impl Unpin for RenderModelAssetPropertiesEXT
impl UnwindSafe for RenderModelAssetPropertiesEXT
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