#[repr(u8)]pub enum Sofdynthld {
USE_DYN_SOF_THRESHOLD = 0,
USE_FIXED_SOF_THRESHOLD = 1,
}Variants§
USE_DYN_SOF_THRESHOLD = 0
When the byte-times SOF threshold is reached
USE_FIXED_SOF_THRESHOLD = 1
When 8 byte-times SOF threshold is reached or overstepped
Implementations§
Source§impl Sofdynthld
impl Sofdynthld
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 u8
impl From<Sofdynthld> for u8
Source§fn from(val: Sofdynthld) -> u8
fn from(val: Sofdynthld) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sofdynthld
impl From<u8> for Sofdynthld
Source§fn from(val: u8) -> Sofdynthld
fn from(val: u8) -> Sofdynthld
Converts to this type from the input type.
Source§impl Ord for Sofdynthld
impl Ord for Sofdynthld
Source§fn cmp(&self, other: &Sofdynthld) -> Ordering
fn cmp(&self, other: &Sofdynthld) -> 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 Sofdynthld
impl PartialEq for Sofdynthld
Source§impl PartialOrd for Sofdynthld
impl PartialOrd 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