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