Struct openxr_sys::EventDataSessionStateChanged
source · [−]#[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
sourceimpl EventDataSessionStateChanged
impl EventDataSessionStateChanged
pub const TYPE: StructureType = StructureType::EVENT_DATA_SESSION_STATE_CHANGED
Trait Implementations
sourceimpl Clone for EventDataSessionStateChanged
impl Clone for EventDataSessionStateChanged
sourcefn clone(&self) -> EventDataSessionStateChanged
fn clone(&self) -> EventDataSessionStateChanged
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 moresourceimpl Debug for EventDataSessionStateChanged
impl Debug for EventDataSessionStateChanged
impl Copy for EventDataSessionStateChanged
Auto Trait Implementations
impl RefUnwindSafe for EventDataSessionStateChanged
impl !Send for EventDataSessionStateChanged
impl !Sync for EventDataSessionStateChanged
impl Unpin for EventDataSessionStateChanged
impl UnwindSafe for EventDataSessionStateChanged
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