Struct openxr_sys::EventDataSessionStateChanged [−][src]
#[repr(C)]pub struct EventDataSessionStateChanged { pub ty: StructureType, pub next: *const c_void, pub session: Session, pub state: SessionState, pub time: Time, }
Expand description
Fields
ty: StructureTypenext: *const c_voidsession: Sessionstate: SessionStatetime: TimeImplementations
Trait Implementations
Auto Trait Implementations
impl !Send for EventDataSessionStateChangedimpl !Sync for EventDataSessionStateChangedimpl Unpin for EventDataSessionStateChangedimpl UnwindSafe for EventDataSessionStateChangedBlanket Implementations
Mutably borrows from an owned value. Read more