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