#[repr(C)]pub struct EventDataVisibilityMaskChangedKHR {
pub ty: StructureType,
pub next: *const c_void,
pub session: Session,
pub view_configuration_type: ViewConfigurationType,
pub view_index: u32,
}Expand description
See XrEventDataVisibilityMaskChangedKHR - defined by XR_KHR_visibility_mask
Fields
ty: StructureTypenext: *const c_voidsession: Sessionview_configuration_type: ViewConfigurationTypeview_index: u32Implementations
sourceimpl EventDataVisibilityMaskChangedKHR
impl EventDataVisibilityMaskChangedKHR
pub const TYPE: StructureType = StructureType::EVENT_DATA_VISIBILITY_MASK_CHANGED_KHR
Trait Implementations
sourceimpl Clone for EventDataVisibilityMaskChangedKHR
impl Clone for EventDataVisibilityMaskChangedKHR
sourcefn clone(&self) -> EventDataVisibilityMaskChangedKHR
fn clone(&self) -> EventDataVisibilityMaskChangedKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventDataVisibilityMaskChangedKHR
Auto Trait Implementations
impl RefUnwindSafe for EventDataVisibilityMaskChangedKHR
impl !Send for EventDataVisibilityMaskChangedKHR
impl !Sync for EventDataVisibilityMaskChangedKHR
impl Unpin for EventDataVisibilityMaskChangedKHR
impl UnwindSafe for EventDataVisibilityMaskChangedKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more