Enum gdnative::ARVRServerTrackerType [−][src]
#[repr(u32)]pub enum ARVRServerTrackerType { TrackerController, TrackerAnchor, TrackerAnyKnown, TrackerBasestation, TrackerAny, TrackerUnknown, }
Variants
TrackerControllerTrackerAnchorTrackerAnyKnownTrackerBasestationTrackerAnyTrackerUnknown
Trait Implementations
impl Copy for ARVRServerTrackerType[src]
impl Copy for ARVRServerTrackerTypeimpl Clone for ARVRServerTrackerType[src]
impl Clone for ARVRServerTrackerTypefn clone(&self) -> ARVRServerTrackerType[src]
fn clone(&self) -> ARVRServerTrackerTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ARVRServerTrackerType[src]
impl Debug for ARVRServerTrackerTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ARVRServerTrackerType[src]
impl PartialEq for ARVRServerTrackerTypefn eq(&self, other: &ARVRServerTrackerType) -> bool[src]
fn eq(&self, other: &ARVRServerTrackerType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ARVRServerTrackerType[src]
impl Eq for ARVRServerTrackerTypeimpl Hash for ARVRServerTrackerType[src]
impl Hash for ARVRServerTrackerTypeAuto Trait Implementations
impl Send for ARVRServerTrackerType
impl Send for ARVRServerTrackerTypeimpl Sync for ARVRServerTrackerType
impl Sync for ARVRServerTrackerType