Struct openxr_sys::SystemGetInfo
source · [−]#[repr(C)]pub struct SystemGetInfo {
pub ty: StructureType,
pub next: *const c_void,
pub form_factor: FormFactor,
}Expand description
See XrSystemGetInfo
Fields
ty: StructureTypenext: *const c_voidform_factor: FormFactorImplementations
sourceimpl SystemGetInfo
impl SystemGetInfo
pub const TYPE: StructureType = StructureType::SYSTEM_GET_INFO
Trait Implementations
sourceimpl Clone for SystemGetInfo
impl Clone for SystemGetInfo
sourcefn clone(&self) -> SystemGetInfo
fn clone(&self) -> SystemGetInfo
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 SystemGetInfo
impl Debug for SystemGetInfo
impl Copy for SystemGetInfo
Auto Trait Implementations
impl RefUnwindSafe for SystemGetInfo
impl !Send for SystemGetInfo
impl !Sync for SystemGetInfo
impl Unpin for SystemGetInfo
impl UnwindSafe for SystemGetInfo
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