Enum isotp_rs::FlowControlState
source · #[repr(u8)]pub enum FlowControlState {
Continues = 0,
Wait = 1,
Overload = 2,
}Expand description
Flow control type define.
Variants§
Trait Implementations§
source§impl Clone for FlowControlState
impl Clone for FlowControlState
source§fn clone(&self) -> FlowControlState
fn clone(&self) -> FlowControlState
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 FlowControlState
impl Debug for FlowControlState
source§impl Into<u8> for FlowControlState
impl Into<u8> for FlowControlState
source§impl Ord for FlowControlState
impl Ord for FlowControlState
source§fn cmp(&self, other: &FlowControlState) -> Ordering
fn cmp(&self, other: &FlowControlState) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for FlowControlState
impl PartialEq for FlowControlState
source§impl PartialOrd for FlowControlState
impl PartialOrd for FlowControlState
source§impl TryFrom<u8> for FlowControlState
impl TryFrom<u8> for FlowControlState
impl Copy for FlowControlState
impl Eq for FlowControlState
impl StructuralPartialEq for FlowControlState
Auto Trait Implementations§
impl Freeze for FlowControlState
impl RefUnwindSafe for FlowControlState
impl Send for FlowControlState
impl Sync for FlowControlState
impl Unpin for FlowControlState
impl UnwindSafe for FlowControlState
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)