Enum openvr_sys::Enum_ETrackedPropertyError [] [src]

pub enum Enum_ETrackedPropertyError {
    ETrackedPropertyError_TrackedProp_Success,
    ETrackedPropertyError_TrackedProp_WrongDataType,
    ETrackedPropertyError_TrackedProp_WrongDeviceClass,
    ETrackedPropertyError_TrackedProp_BufferTooSmall,
    ETrackedPropertyError_TrackedProp_UnknownProperty,
    ETrackedPropertyError_TrackedProp_InvalidDevice,
    ETrackedPropertyError_TrackedProp_CouldNotContactServer,
    ETrackedPropertyError_TrackedProp_ValueNotProvidedByDevice,
    ETrackedPropertyError_TrackedProp_StringExceedsMaximumLength,
    ETrackedPropertyError_TrackedProp_NotYetAvailable,
}

Variants

ETrackedPropertyError_TrackedProp_SuccessETrackedPropertyError_TrackedProp_WrongDataTypeETrackedPropertyError_TrackedProp_WrongDeviceClassETrackedPropertyError_TrackedProp_BufferTooSmallETrackedPropertyError_TrackedProp_UnknownPropertyETrackedPropertyError_TrackedProp_InvalidDeviceETrackedPropertyError_TrackedProp_CouldNotContactServerETrackedPropertyError_TrackedProp_ValueNotProvidedByDeviceETrackedPropertyError_TrackedProp_StringExceedsMaximumLengthETrackedPropertyError_TrackedProp_NotYetAvailable

Trait Implementations

impl Copy for Enum_ETrackedPropertyError
[src]

impl Clone for Enum_ETrackedPropertyError
[src]

fn clone(&self) -> Enum_ETrackedPropertyError

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more