pub struct ExternalCameraAttachedToDeviceOCULUS(/* private fields */);
Expand description
Implementations§
Source§impl ExternalCameraAttachedToDeviceOCULUS
impl ExternalCameraAttachedToDeviceOCULUS
Sourcepub const NONE: ExternalCameraAttachedToDeviceOCULUS
pub const NONE: ExternalCameraAttachedToDeviceOCULUS
External camera is at a fixed point in LOCAL space
Sourcepub const HMD: ExternalCameraAttachedToDeviceOCULUS
pub const HMD: ExternalCameraAttachedToDeviceOCULUS
External camera is attached to the HMD
Sourcepub const LTOUCH: ExternalCameraAttachedToDeviceOCULUS
pub const LTOUCH: ExternalCameraAttachedToDeviceOCULUS
External camera is attached to a left Touch controller
Sourcepub const RTOUCH: ExternalCameraAttachedToDeviceOCULUS
pub const RTOUCH: ExternalCameraAttachedToDeviceOCULUS
External camera is attached to a right Touch controller
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for ExternalCameraAttachedToDeviceOCULUS
impl Clone for ExternalCameraAttachedToDeviceOCULUS
Source§fn clone(&self) -> ExternalCameraAttachedToDeviceOCULUS
fn clone(&self) -> ExternalCameraAttachedToDeviceOCULUS
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 PartialEq for ExternalCameraAttachedToDeviceOCULUS
impl PartialEq for ExternalCameraAttachedToDeviceOCULUS
Source§fn eq(&self, other: &ExternalCameraAttachedToDeviceOCULUS) -> bool
fn eq(&self, other: &ExternalCameraAttachedToDeviceOCULUS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ExternalCameraAttachedToDeviceOCULUS
impl Eq for ExternalCameraAttachedToDeviceOCULUS
impl StructuralPartialEq for ExternalCameraAttachedToDeviceOCULUS
Auto Trait Implementations§
impl Freeze for ExternalCameraAttachedToDeviceOCULUS
impl RefUnwindSafe for ExternalCameraAttachedToDeviceOCULUS
impl Send for ExternalCameraAttachedToDeviceOCULUS
impl Sync for ExternalCameraAttachedToDeviceOCULUS
impl Unpin for ExternalCameraAttachedToDeviceOCULUS
impl UnwindSafe for ExternalCameraAttachedToDeviceOCULUS
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