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