Struct openxr_sys::FormFactor
source · [−]#[repr(transparent)]pub struct FormFactor(_);Expand description
See XrFormFactor
Implementations
sourceimpl FormFactor
impl FormFactor
pub const HEAD_MOUNTED_DISPLAY: FormFactor = _
pub const HANDHELD_DISPLAY: FormFactor = _
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for FormFactor
impl Clone for FormFactor
sourcefn clone(&self) -> FormFactor
fn clone(&self) -> FormFactor
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 FormFactor
impl Debug for FormFactor
sourceimpl PartialEq<FormFactor> for FormFactor
impl PartialEq<FormFactor> for FormFactor
sourcefn eq(&self, other: &FormFactor) -> bool
fn eq(&self, other: &FormFactor) -> bool
impl Copy for FormFactor
impl Eq for FormFactor
impl StructuralEq for FormFactor
impl StructuralPartialEq for FormFactor
Auto Trait Implementations
impl RefUnwindSafe for FormFactor
impl Send for FormFactor
impl Sync for FormFactor
impl Unpin for FormFactor
impl UnwindSafe for FormFactor
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