#[repr(C)]pub struct EyeGazesInfoFB {
pub ty: StructureType,
pub next: *const c_void,
pub base_space: Space,
pub time: Time,
}
Expand description
See XrEyeGazesInfoFB - defined by XR_FB_eye_tracking_social
Fields§
§ty: StructureType
§next: *const c_void
§base_space: Space
§time: Time
Implementations§
Source§impl EyeGazesInfoFB
impl EyeGazesInfoFB
pub const TYPE: StructureType = StructureType::EYE_GAZES_INFO_FB
Trait Implementations§
Source§impl Clone for EyeGazesInfoFB
impl Clone for EyeGazesInfoFB
Source§fn clone(&self) -> EyeGazesInfoFB
fn clone(&self) -> EyeGazesInfoFB
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 EyeGazesInfoFB
impl Debug for EyeGazesInfoFB
impl Copy for EyeGazesInfoFB
Auto Trait Implementations§
impl Freeze for EyeGazesInfoFB
impl RefUnwindSafe for EyeGazesInfoFB
impl !Send for EyeGazesInfoFB
impl !Sync for EyeGazesInfoFB
impl Unpin for EyeGazesInfoFB
impl UnwindSafe for EyeGazesInfoFB
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