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: StructureType
next: *const c_void
session: Session
state: SessionState
time: Time
Implementations
Trait Implementations
Auto Trait Implementations
impl !Send for EventDataSessionStateChanged
impl !Sync for EventDataSessionStateChanged
impl Unpin for EventDataSessionStateChanged
impl UnwindSafe for EventDataSessionStateChanged
Blanket Implementations
Mutably borrows from an owned value. Read more