#[repr(C)]pub struct RenderModelAssetDataEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub buffer_capacity_input: u32,
pub buffer_count_output: u32,
pub buffer: *mut u8,
}Expand description
See XrRenderModelAssetDataEXT - defined by XR_EXT_render_model
Fields§
§ty: StructureType§next: *mut c_void§buffer_capacity_input: u32§buffer_count_output: u32§buffer: *mut u8Implementations§
Source§impl RenderModelAssetDataEXT
impl RenderModelAssetDataEXT
pub const TYPE: StructureType = StructureType::RENDER_MODEL_ASSET_DATA_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 RenderModelAssetDataEXT
impl Clone for RenderModelAssetDataEXT
Source§fn clone(&self) -> RenderModelAssetDataEXT
fn clone(&self) -> RenderModelAssetDataEXT
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 RenderModelAssetDataEXT
impl Debug for RenderModelAssetDataEXT
impl Copy for RenderModelAssetDataEXT
Auto Trait Implementations§
impl Freeze for RenderModelAssetDataEXT
impl RefUnwindSafe for RenderModelAssetDataEXT
impl !Send for RenderModelAssetDataEXT
impl !Sync for RenderModelAssetDataEXT
impl Unpin for RenderModelAssetDataEXT
impl UnwindSafe for RenderModelAssetDataEXT
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