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
sourceimpl EventLoopState
impl EventLoopState
Trait Implementations
sourceimpl Clone for EventLoopState
impl Clone for EventLoopState
sourcefn clone(&self) -> EventLoopState
fn clone(&self) -> EventLoopState
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 more
sourceimpl Debug for EventLoopState
impl Debug for EventLoopState
sourceimpl Hash for EventLoopState
impl Hash for EventLoopState
sourceimpl PartialEq<EventLoopState> for EventLoopState
impl PartialEq<EventLoopState> for EventLoopState
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &EventLoopState) -> bool
fn ne(&self, other: &EventLoopState) -> bool
This method tests for !=.
impl Eq for EventLoopState
impl StructuralEq 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more