#[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 · 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 WinIndicator
impl Debug for WinIndicator
Source§impl Default for WinIndicator
impl Default for WinIndicator
Source§impl PartialEq for WinIndicator
impl PartialEq for WinIndicator
impl Copy for WinIndicator
impl Eq for WinIndicator
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 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