Struct openxr_sys::RenderModelLoadInfoFB
source · [−]#[repr(C)]pub struct RenderModelLoadInfoFB {
pub ty: StructureType,
pub next: *mut c_void,
pub model_key: RenderModelKeyFB,
}Expand description
See XrRenderModelLoadInfoFB - defined by XR_FB_render_model
Fields
ty: StructureTypenext: *mut c_voidmodel_key: RenderModelKeyFBImplementations
sourceimpl RenderModelLoadInfoFB
impl RenderModelLoadInfoFB
pub const TYPE: StructureType = StructureType::RENDER_MODEL_LOAD_INFO_FB
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
sourceimpl Clone for RenderModelLoadInfoFB
impl Clone for RenderModelLoadInfoFB
sourcefn clone(&self) -> RenderModelLoadInfoFB
fn clone(&self) -> RenderModelLoadInfoFB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RenderModelLoadInfoFB
impl Debug for RenderModelLoadInfoFB
impl Copy for RenderModelLoadInfoFB
Auto Trait Implementations
impl RefUnwindSafe for RenderModelLoadInfoFB
impl !Send for RenderModelLoadInfoFB
impl !Sync for RenderModelLoadInfoFB
impl Unpin for RenderModelLoadInfoFB
impl UnwindSafe for RenderModelLoadInfoFB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more