Struct openxr_sys::SystemProperties
source · [−]#[repr(C)]pub struct SystemProperties {
pub ty: StructureType,
pub next: *mut c_void,
pub system_id: SystemId,
pub vendor_id: u32,
pub system_name: [c_char; 256],
pub graphics_properties: SystemGraphicsProperties,
pub tracking_properties: SystemTrackingProperties,
}Expand description
Fields
ty: StructureTypenext: *mut c_voidsystem_id: SystemIdvendor_id: u32system_name: [c_char; 256]graphics_properties: SystemGraphicsPropertiestracking_properties: SystemTrackingPropertiesImplementations
sourceimpl SystemProperties
impl SystemProperties
pub const TYPE: StructureType = StructureType::SYSTEM_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 SystemProperties
impl Clone for SystemProperties
sourcefn clone(&self) -> SystemProperties
fn clone(&self) -> SystemProperties
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 SystemProperties
impl Debug for SystemProperties
impl Copy for SystemProperties
Auto Trait Implementations
impl RefUnwindSafe for SystemProperties
impl !Send for SystemProperties
impl !Sync for SystemProperties
impl Unpin for SystemProperties
impl UnwindSafe for SystemProperties
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