#[repr(C)]pub struct EventStatus { /* private fields */ }
Expand description
Represents the Status of the Event at the moment of the Query.
Implementations§
Source§impl EventStatus
impl EventStatus
Trait Implementations§
Source§impl Debug for EventStatus
impl Debug for EventStatus
Source§impl Default for EventStatus
impl Default for EventStatus
Source§fn default() -> EventStatus
fn default() -> EventStatus
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventStatus
impl RefUnwindSafe for EventStatus
impl Send for EventStatus
impl Sync for EventStatus
impl Unpin for EventStatus
impl UnwindSafe for EventStatus
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