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