Struct openxr_sys::InstanceProperties
source · [−]#[repr(C)]pub struct InstanceProperties {
pub ty: StructureType,
pub next: *mut c_void,
pub runtime_version: Version,
pub runtime_name: [c_char; 128],
}Expand description
Fields
ty: StructureTypenext: *mut c_voidruntime_version: Versionruntime_name: [c_char; 128]Implementations
sourceimpl InstanceProperties
impl InstanceProperties
pub const TYPE: StructureType = StructureType::INSTANCE_PROPERTIES
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 InstanceProperties
impl Clone for InstanceProperties
sourcefn clone(&self) -> InstanceProperties
fn clone(&self) -> InstanceProperties
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 InstanceProperties
impl Debug for InstanceProperties
impl Copy for InstanceProperties
Auto Trait Implementations
impl RefUnwindSafe for InstanceProperties
impl !Send for InstanceProperties
impl !Sync for InstanceProperties
impl Unpin for InstanceProperties
impl UnwindSafe for InstanceProperties
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