Enum openvr_sys2::EShowUIType
source · #[repr(u32)]pub enum EShowUIType {
ShowUI_ControllerBinding,
ShowUI_ManageTrackers,
ShowUI_Pairing,
ShowUI_Settings,
ShowUI_DebugCommands,
ShowUI_FullControllerBinding,
ShowUI_ManageDrivers,
}Variants§
ShowUI_ControllerBinding
ShowUI_ManageTrackers
ShowUI_Pairing
ShowUI_Settings
ShowUI_DebugCommands
ShowUI_FullControllerBinding
ShowUI_ManageDrivers
Trait Implementations§
source§impl Clone for EShowUIType
impl Clone for EShowUIType
source§fn clone(&self) -> EShowUIType
fn clone(&self) -> EShowUIType
Returns a copy 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 ExternType for EShowUIType
impl ExternType for EShowUIType
source§impl Hash for EShowUIType
impl Hash for EShowUIType
source§impl PartialEq<EShowUIType> for EShowUIType
impl PartialEq<EShowUIType> for EShowUIType
source§fn eq(&self, other: &EShowUIType) -> bool
fn eq(&self, other: &EShowUIType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for EShowUIType
impl StructuralEq for EShowUIType
impl StructuralPartialEq for EShowUIType
impl UniquePtrTarget for EShowUIType
impl VectorElement for EShowUIType
impl WeakPtrTarget for EShowUIType
Auto Trait Implementations§
impl RefUnwindSafe for EShowUIType
impl Send for EShowUIType
impl Sync for EShowUIType
impl Unpin for EShowUIType
impl UnwindSafe for EShowUIType
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
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.