Enum windows_native::winsta::FLOWCONTROLCLASS
source · #[repr(i32)]pub enum FLOWCONTROLCLASS {
FlowControl_None,
FlowControl_Hardware,
FlowControl_Software,
}Variants§
Trait Implementations§
source§impl Clone for FLOWCONTROLCLASS
impl Clone for FLOWCONTROLCLASS
source§fn clone(&self) -> FLOWCONTROLCLASS
fn clone(&self) -> FLOWCONTROLCLASS
Returns a copy 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 FLOWCONTROLCLASS
impl Debug for FLOWCONTROLCLASS
source§impl Hash for FLOWCONTROLCLASS
impl Hash for FLOWCONTROLCLASS
source§impl PartialEq<FLOWCONTROLCLASS> for FLOWCONTROLCLASS
impl PartialEq<FLOWCONTROLCLASS> for FLOWCONTROLCLASS
source§fn eq(&self, other: &FLOWCONTROLCLASS) -> bool
fn eq(&self, other: &FLOWCONTROLCLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FLOWCONTROLCLASS
impl Eq for FLOWCONTROLCLASS
impl StructuralEq for FLOWCONTROLCLASS
impl StructuralPartialEq for FLOWCONTROLCLASS
Auto Trait Implementations§
impl RefUnwindSafe for FLOWCONTROLCLASS
impl Send for FLOWCONTROLCLASS
impl Sync for FLOWCONTROLCLASS
impl Unpin for FLOWCONTROLCLASS
impl UnwindSafe for FLOWCONTROLCLASS
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