#[repr(C)]pub struct EyeGazeFB {
pub is_valid: Bool32,
pub gaze_pose: Posef,
pub gaze_confidence: f32,
}Expand description
See XrEyeGazeFB - defined by XR_FB_eye_tracking_social
Fields§
§is_valid: Bool32§gaze_pose: Posef§gaze_confidence: f32Trait Implementations§
impl Copy for EyeGazeFB
impl StructuralPartialEq for EyeGazeFB
Auto Trait Implementations§
impl Freeze for EyeGazeFB
impl RefUnwindSafe for EyeGazeFB
impl Send for EyeGazeFB
impl Sync for EyeGazeFB
impl Unpin for EyeGazeFB
impl UnwindSafe for EyeGazeFB
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