Struct openxr_sys::ApplicationInfo
source · [−]#[repr(C)]pub struct ApplicationInfo {
pub application_name: [c_char; 128],
pub application_version: u32,
pub engine_name: [c_char; 128],
pub engine_version: u32,
pub api_version: Version,
}Expand description
Fields
application_name: [c_char; 128]application_version: u32engine_name: [c_char; 128]engine_version: u32api_version: VersionTrait Implementations
sourceimpl Clone for ApplicationInfo
impl Clone for ApplicationInfo
sourcefn clone(&self) -> ApplicationInfo
fn clone(&self) -> ApplicationInfo
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 ApplicationInfo
impl Debug for ApplicationInfo
impl Copy for ApplicationInfo
Auto Trait Implementations
impl RefUnwindSafe for ApplicationInfo
impl Send for ApplicationInfo
impl Sync for ApplicationInfo
impl Unpin for ApplicationInfo
impl UnwindSafe for ApplicationInfo
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