#[repr(u8)]pub enum WinIndicator {
Neither = 0,
VCD_SOURCE = 1,
VCD_TARGET = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WinIndicator
impl Clone for WinIndicator
Source§fn clone(&self) -> WinIndicator
fn clone(&self) -> WinIndicator
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 WinIndicator
Source§impl Debug for WinIndicator
impl Debug for WinIndicator
Source§impl Default for WinIndicator
impl Default for WinIndicator
impl Eq for WinIndicator
Source§impl PartialEq for WinIndicator
impl PartialEq for WinIndicator
Source§fn eq(&self, other: &WinIndicator) -> bool
fn eq(&self, other: &WinIndicator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WinIndicator
Auto Trait Implementations§
impl Freeze for WinIndicator
impl RefUnwindSafe for WinIndicator
impl Send for WinIndicator
impl Sync for WinIndicator
impl Unpin for WinIndicator
impl UnsafeUnpin for WinIndicator
impl UnwindSafe for WinIndicator
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