pub struct PassthroughFormHTC(/* private fields */);
Expand description
Implementations§
Source§impl PassthroughFormHTC
impl PassthroughFormHTC
Sourcepub const PLANAR: PassthroughFormHTC
pub const PLANAR: PassthroughFormHTC
Presents the passthrough with full of the entire screen.
Sourcepub const PROJECTED: PassthroughFormHTC
pub const PROJECTED: PassthroughFormHTC
Presents the passthrough projecting onto a custom mesh.
pub fn from_raw(x: i32) -> PassthroughFormHTC
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for PassthroughFormHTC
impl Clone for PassthroughFormHTC
Source§fn clone(&self) -> PassthroughFormHTC
fn clone(&self) -> PassthroughFormHTC
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 Debug for PassthroughFormHTC
impl Debug for PassthroughFormHTC
Source§impl PartialEq for PassthroughFormHTC
impl PartialEq for PassthroughFormHTC
impl Copy for PassthroughFormHTC
impl Eq for PassthroughFormHTC
impl StructuralPartialEq for PassthroughFormHTC
Auto Trait Implementations§
impl Freeze for PassthroughFormHTC
impl RefUnwindSafe for PassthroughFormHTC
impl Send for PassthroughFormHTC
impl Sync for PassthroughFormHTC
impl Unpin for PassthroughFormHTC
impl UnwindSafe for PassthroughFormHTC
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