#[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: TimeImplementations§
Source§impl EventDataSessionStateChanged
impl EventDataSessionStateChanged
pub const TYPE: StructureType = StructureType::EVENT_DATA_SESSION_STATE_CHANGED
Trait Implementations§
Source§impl Clone for EventDataSessionStateChanged
impl Clone for EventDataSessionStateChanged
Source§fn clone(&self) -> EventDataSessionStateChanged
fn clone(&self) -> EventDataSessionStateChanged
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventDataSessionStateChanged
Auto Trait Implementations§
impl !Send for EventDataSessionStateChanged
impl !Sync for EventDataSessionStateChanged
impl Freeze for EventDataSessionStateChanged
impl RefUnwindSafe for EventDataSessionStateChanged
impl Unpin for EventDataSessionStateChanged
impl UnsafeUnpin for EventDataSessionStateChanged
impl UnwindSafe for EventDataSessionStateChanged
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more