pub enum Sofdynthld {
UseDynSofThreshold = 0,
UseFixedSofThreshold = 1,
}Expand description
Dynamic SOF Threshold Compare mode
Value on reset: 0
Variants§
UseDynSofThreshold = 0
0: When the byte-times SOF threshold is reached
UseFixedSofThreshold = 1
1: When 8 byte-times SOF threshold is reached or overstepped
Trait Implementations§
Source§impl Clone for Sofdynthld
impl Clone for Sofdynthld
Source§fn clone(&self) -> Sofdynthld
fn clone(&self) -> Sofdynthld
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 Sofdynthld
impl Debug for Sofdynthld
Source§impl From<Sofdynthld> for bool
impl From<Sofdynthld> for bool
Source§fn from(variant: Sofdynthld) -> Self
fn from(variant: Sofdynthld) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sofdynthld
impl PartialEq for Sofdynthld
impl Copy for Sofdynthld
impl Eq for Sofdynthld
impl StructuralPartialEq for Sofdynthld
Auto Trait Implementations§
impl Freeze for Sofdynthld
impl RefUnwindSafe for Sofdynthld
impl Send for Sofdynthld
impl Sync for Sofdynthld
impl Unpin for Sofdynthld
impl UnwindSafe for Sofdynthld
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