pub struct PassthroughLayerPurposeFB(/* private fields */);
Expand description
Implementations§
Source§impl PassthroughLayerPurposeFB
impl PassthroughLayerPurposeFB
Sourcepub const RECONSTRUCTION: PassthroughLayerPurposeFB
pub const RECONSTRUCTION: PassthroughLayerPurposeFB
Reconstruction passthrough (full screen environment)
Sourcepub const PROJECTED: PassthroughLayerPurposeFB
pub const PROJECTED: PassthroughLayerPurposeFB
Projected passthrough (using a custom surface)
Sourcepub const TRACKED_KEYBOARD_HANDS: PassthroughLayerPurposeFB
pub const TRACKED_KEYBOARD_HANDS: PassthroughLayerPurposeFB
Passthrough layer purpose for keyboard hands presence.
Sourcepub const TRACKED_KEYBOARD_MASKED_HANDS: PassthroughLayerPurposeFB
pub const TRACKED_KEYBOARD_MASKED_HANDS: PassthroughLayerPurposeFB
Passthrough layer purpose for keyboard hands presence with keyboard masked hand transitions (i.e passthrough hands rendered only when they are over the keyboard).
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for PassthroughLayerPurposeFB
impl Clone for PassthroughLayerPurposeFB
Source§fn clone(&self) -> PassthroughLayerPurposeFB
fn clone(&self) -> PassthroughLayerPurposeFB
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 Debug for PassthroughLayerPurposeFB
impl Debug for PassthroughLayerPurposeFB
impl Copy for PassthroughLayerPurposeFB
impl Eq for PassthroughLayerPurposeFB
impl StructuralPartialEq for PassthroughLayerPurposeFB
Auto Trait Implementations§
impl Freeze for PassthroughLayerPurposeFB
impl RefUnwindSafe for PassthroughLayerPurposeFB
impl Send for PassthroughLayerPurposeFB
impl Sync for PassthroughLayerPurposeFB
impl Unpin for PassthroughLayerPurposeFB
impl UnwindSafe for PassthroughLayerPurposeFB
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