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