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