#[repr(C)]pub struct RenderModelPropertiesEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub cache_id: UuidEXT,
pub animatable_node_count: u32,
}Expand description
See XrRenderModelPropertiesEXT - defined by XR_EXT_render_model
Fields§
§ty: StructureType§next: *mut c_void§cache_id: UuidEXT§animatable_node_count: u32Implementations§
Source§impl RenderModelPropertiesEXT
impl RenderModelPropertiesEXT
pub const TYPE: StructureType = StructureType::RENDER_MODEL_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 RenderModelPropertiesEXT
impl Clone for RenderModelPropertiesEXT
Source§fn clone(&self) -> RenderModelPropertiesEXT
fn clone(&self) -> RenderModelPropertiesEXT
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 RenderModelPropertiesEXT
impl Debug for RenderModelPropertiesEXT
impl Copy for RenderModelPropertiesEXT
Auto Trait Implementations§
impl Freeze for RenderModelPropertiesEXT
impl RefUnwindSafe for RenderModelPropertiesEXT
impl !Send for RenderModelPropertiesEXT
impl !Sync for RenderModelPropertiesEXT
impl Unpin for RenderModelPropertiesEXT
impl UnwindSafe for RenderModelPropertiesEXT
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