#[repr(u32)]pub enum ARVRInterfaceCapabilities {
ArvrNone = 0,
ArvrMono = 1,
ArvrStereo = 2,
ArvrAr = 4,
ArvrExternal = 8,
}Variants§
Trait Implementations§
Source§impl Clone for ARVRInterfaceCapabilities
impl Clone for ARVRInterfaceCapabilities
Source§fn clone(&self) -> ARVRInterfaceCapabilities
fn clone(&self) -> ARVRInterfaceCapabilities
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ARVRInterfaceCapabilities
impl Debug for ARVRInterfaceCapabilities
Source§impl Hash for ARVRInterfaceCapabilities
impl Hash for ARVRInterfaceCapabilities
impl Copy for ARVRInterfaceCapabilities
impl Eq for ARVRInterfaceCapabilities
impl StructuralPartialEq for ARVRInterfaceCapabilities
Auto Trait Implementations§
impl Freeze for ARVRInterfaceCapabilities
impl RefUnwindSafe for ARVRInterfaceCapabilities
impl Send for ARVRInterfaceCapabilities
impl Sync for ARVRInterfaceCapabilities
impl Unpin for ARVRInterfaceCapabilities
impl UnwindSafe for ARVRInterfaceCapabilities
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more