pub enum WindowsSupportLevel {
Native,
Mapped,
Unsupported,
}Expand description
Platform support level for Windows.
Variants§
Native
Signal has a native Windows equivalent
Mapped
Signal is mapped to a Windows console event
Unsupported
Signal is not supported on Windows
Trait Implementations§
Source§impl Clone for WindowsSupportLevel
impl Clone for WindowsSupportLevel
Source§fn clone(&self) -> WindowsSupportLevel
fn clone(&self) -> WindowsSupportLevel
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 WindowsSupportLevel
Source§impl Debug for WindowsSupportLevel
impl Debug for WindowsSupportLevel
impl Eq for WindowsSupportLevel
Source§impl Hash for WindowsSupportLevel
impl Hash for WindowsSupportLevel
Source§impl PartialEq for WindowsSupportLevel
impl PartialEq for WindowsSupportLevel
impl StructuralPartialEq for WindowsSupportLevel
Auto Trait Implementations§
impl Freeze for WindowsSupportLevel
impl RefUnwindSafe for WindowsSupportLevel
impl Send for WindowsSupportLevel
impl Sync for WindowsSupportLevel
impl Unpin for WindowsSupportLevel
impl UnsafeUnpin for WindowsSupportLevel
impl UnwindSafe for WindowsSupportLevel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.