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