#[repr(C)]pub struct PassthroughKeyboardHandsIntensityFB {
pub ty: StructureType,
pub next: *const c_void,
pub left_hand_intensity: f32,
pub right_hand_intensity: f32,
}
Expand description
See XrPassthroughKeyboardHandsIntensityFB - defined by XR_FB_passthrough_keyboard_hands
Fields§
§ty: StructureType
§next: *const c_void
§left_hand_intensity: f32
§right_hand_intensity: f32
Implementations§
Source§impl PassthroughKeyboardHandsIntensityFB
impl PassthroughKeyboardHandsIntensityFB
pub const TYPE: StructureType = StructureType::PASSTHROUGH_KEYBOARD_HANDS_INTENSITY_FB
Trait Implementations§
Source§impl Clone for PassthroughKeyboardHandsIntensityFB
impl Clone for PassthroughKeyboardHandsIntensityFB
Source§fn clone(&self) -> PassthroughKeyboardHandsIntensityFB
fn clone(&self) -> PassthroughKeyboardHandsIntensityFB
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 moreimpl Copy for PassthroughKeyboardHandsIntensityFB
Auto Trait Implementations§
impl Freeze for PassthroughKeyboardHandsIntensityFB
impl RefUnwindSafe for PassthroughKeyboardHandsIntensityFB
impl !Send for PassthroughKeyboardHandsIntensityFB
impl !Sync for PassthroughKeyboardHandsIntensityFB
impl Unpin for PassthroughKeyboardHandsIntensityFB
impl UnwindSafe for PassthroughKeyboardHandsIntensityFB
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