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