#[repr(C)]pub struct FoveationEyeTrackedStateMETA {
pub ty: StructureType,
pub next: *mut c_void,
pub foveation_center: [Vector2f; 2],
pub flags: FoveationEyeTrackedStateFlagsMETA,
}Expand description
See XrFoveationEyeTrackedStateMETA - defined by XR_META_foveation_eye_tracked
Fields§
§ty: StructureType§next: *mut c_void§foveation_center: [Vector2f; 2]§flags: FoveationEyeTrackedStateFlagsMETAImplementations§
Source§impl FoveationEyeTrackedStateMETA
impl FoveationEyeTrackedStateMETA
pub const TYPE: StructureType = StructureType::FOVEATION_EYE_TRACKED_STATE_META
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§
Source§impl Clone for FoveationEyeTrackedStateMETA
impl Clone for FoveationEyeTrackedStateMETA
Source§fn clone(&self) -> FoveationEyeTrackedStateMETA
fn clone(&self) -> FoveationEyeTrackedStateMETA
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 FoveationEyeTrackedStateMETA
impl Debug for FoveationEyeTrackedStateMETA
impl Copy for FoveationEyeTrackedStateMETA
Auto Trait Implementations§
impl Freeze for FoveationEyeTrackedStateMETA
impl RefUnwindSafe for FoveationEyeTrackedStateMETA
impl !Send for FoveationEyeTrackedStateMETA
impl !Sync for FoveationEyeTrackedStateMETA
impl Unpin for FoveationEyeTrackedStateMETA
impl UnwindSafe for FoveationEyeTrackedStateMETA
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