#[repr(C)]pub struct RenderModelNodeStateEXT {
pub node_pose: Posef,
pub is_visible: Bool32,
}Expand description
See XrRenderModelNodeStateEXT - defined by XR_EXT_render_model
Fields§
§node_pose: Posef§is_visible: Bool32Trait Implementations§
Source§impl Clone for RenderModelNodeStateEXT
impl Clone for RenderModelNodeStateEXT
Source§fn clone(&self) -> RenderModelNodeStateEXT
fn clone(&self) -> RenderModelNodeStateEXT
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 RenderModelNodeStateEXT
impl Debug for RenderModelNodeStateEXT
Source§impl Default for RenderModelNodeStateEXT
impl Default for RenderModelNodeStateEXT
Source§fn default() -> RenderModelNodeStateEXT
fn default() -> RenderModelNodeStateEXT
Returns the “default value” for a type. Read more
Source§impl PartialEq for RenderModelNodeStateEXT
impl PartialEq for RenderModelNodeStateEXT
impl Copy for RenderModelNodeStateEXT
impl StructuralPartialEq for RenderModelNodeStateEXT
Auto Trait Implementations§
impl Freeze for RenderModelNodeStateEXT
impl RefUnwindSafe for RenderModelNodeStateEXT
impl Send for RenderModelNodeStateEXT
impl Sync for RenderModelNodeStateEXT
impl Unpin for RenderModelNodeStateEXT
impl UnwindSafe for RenderModelNodeStateEXT
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