Struct openxr_sys::EyeGazeSampleTimeEXT
source · [−]#[repr(C)]pub struct EyeGazeSampleTimeEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub time: Time,
}Expand description
See XrEyeGazeSampleTimeEXT - defined by XR_EXT_eye_gaze_interaction
Fields
ty: StructureTypenext: *mut c_voidtime: TimeImplementations
sourceimpl EyeGazeSampleTimeEXT
impl EyeGazeSampleTimeEXT
pub const TYPE: StructureType = StructureType::EYE_GAZE_SAMPLE_TIME_EXT
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for EyeGazeSampleTimeEXT
impl Clone for EyeGazeSampleTimeEXT
sourcefn clone(&self) -> EyeGazeSampleTimeEXT
fn clone(&self) -> EyeGazeSampleTimeEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EyeGazeSampleTimeEXT
impl Debug for EyeGazeSampleTimeEXT
impl Copy for EyeGazeSampleTimeEXT
Auto Trait Implementations
impl RefUnwindSafe for EyeGazeSampleTimeEXT
impl !Send for EyeGazeSampleTimeEXT
impl !Sync for EyeGazeSampleTimeEXT
impl Unpin for EyeGazeSampleTimeEXT
impl UnwindSafe for EyeGazeSampleTimeEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more