#[repr(C)]pub struct RenderModelStateGetInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub display_time: Time,
}Expand description
See XrRenderModelStateGetInfoEXT - defined by XR_EXT_render_model
Fields§
§ty: StructureType§next: *const c_void§display_time: TimeImplementations§
Source§impl RenderModelStateGetInfoEXT
impl RenderModelStateGetInfoEXT
pub const TYPE: StructureType = StructureType::RENDER_MODEL_STATE_GET_INFO_EXT
Trait Implementations§
Source§impl Clone for RenderModelStateGetInfoEXT
impl Clone for RenderModelStateGetInfoEXT
Source§fn clone(&self) -> RenderModelStateGetInfoEXT
fn clone(&self) -> RenderModelStateGetInfoEXT
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 RenderModelStateGetInfoEXT
impl Debug for RenderModelStateGetInfoEXT
impl Copy for RenderModelStateGetInfoEXT
Auto Trait Implementations§
impl Freeze for RenderModelStateGetInfoEXT
impl RefUnwindSafe for RenderModelStateGetInfoEXT
impl !Send for RenderModelStateGetInfoEXT
impl !Sync for RenderModelStateGetInfoEXT
impl Unpin for RenderModelStateGetInfoEXT
impl UnwindSafe for RenderModelStateGetInfoEXT
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