Struct nvml_wrapper::high_level::event_loop::EventLoopState
source · pub struct EventLoopState { /* private fields */ }
Expand description
Keeps track of whether an EventLoop
is interrupted or not.
Implementations§
Trait Implementations§
source§impl Clone for EventLoopState
impl Clone for EventLoopState
source§fn clone(&self) -> EventLoopState
fn clone(&self) -> EventLoopState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EventLoopState
impl Debug for EventLoopState
source§impl Hash for EventLoopState
impl Hash for EventLoopState
source§impl PartialEq for EventLoopState
impl PartialEq for EventLoopState
source§fn eq(&self, other: &EventLoopState) -> bool
fn eq(&self, other: &EventLoopState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EventLoopState
impl StructuralPartialEq for EventLoopState
Auto Trait Implementations§
impl RefUnwindSafe for EventLoopState
impl Send for EventLoopState
impl Sync for EventLoopState
impl Unpin for EventLoopState
impl UnwindSafe for EventLoopState
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