Struct openxr_sys::EventDataInteractionProfileChanged [−][src]
#[repr(C)]pub struct EventDataInteractionProfileChanged { pub ty: StructureType, pub next: *const c_void, pub session: Session, }
Expand description
Fields
ty: StructureType
next: *const c_void
session: Session
Implementations
Trait Implementations
Auto Trait Implementations
impl !Send for EventDataInteractionProfileChanged
impl !Sync for EventDataInteractionProfileChanged
impl Unpin for EventDataInteractionProfileChanged
Blanket Implementations
Mutably borrows from an owned value. Read more