#[repr(i32)]pub enum EventLoopCtrl {
Continue = 0,
Stop = 1,
}Variants§
Implementations§
Source§impl EventLoopCtrl
impl EventLoopCtrl
Trait Implementations§
Source§impl<T, E> From<Result<T, E>> for EventLoopCtrl
impl<T, E> From<Result<T, E>> for EventLoopCtrl
Source§impl From<bool> for EventLoopCtrl
impl From<bool> for EventLoopCtrl
Source§impl<E: Display> FromResidual<Result<Infallible, E>> for EventLoopCtrl
impl<E: Display> FromResidual<Result<Infallible, E>> for EventLoopCtrl
Source§fn from_residual(residual: Result<Infallible, E>) -> Self
fn from_residual(residual: Result<Infallible, E>) -> Self
🔬This is a nightly-only experimental API. (
try_trait_v2)Constructs the type from a compatible
Residual type. Read moreAuto Trait Implementations§
impl Freeze for EventLoopCtrl
impl RefUnwindSafe for EventLoopCtrl
impl Send for EventLoopCtrl
impl Sync for EventLoopCtrl
impl Unpin for EventLoopCtrl
impl UnwindSafe for EventLoopCtrl
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes
Size for each variant:
Continue: 0 bytesStop: 0 bytes