pub enum FIFOThresholdLevel {
Show 32 variants
_1Bytes,
_2Bytes,
_3Bytes,
_4Bytes,
_5Bytes,
_6Bytes,
_7Bytes,
_8Bytes,
_9Bytes,
_10Bytes,
_11Bytes,
_12Bytes,
_13Bytes,
_14Bytes,
_15Bytes,
_16Bytes,
_17Bytes,
_18Bytes,
_19Bytes,
_20Bytes,
_21Bytes,
_22Bytes,
_23Bytes,
_24Bytes,
_25Bytes,
_26Bytes,
_27Bytes,
_28Bytes,
_29Bytes,
_30Bytes,
_31Bytes,
_32Bytes,
}
Expand description
FIFO threshold.
Variants§
_1Bytes
_2Bytes
_3Bytes
_4Bytes
_5Bytes
_6Bytes
_7Bytes
_8Bytes
_9Bytes
_10Bytes
_11Bytes
_12Bytes
_13Bytes
_14Bytes
_15Bytes
_16Bytes
_17Bytes
_18Bytes
_19Bytes
_20Bytes
_21Bytes
_22Bytes
_23Bytes
_24Bytes
_25Bytes
_26Bytes
_27Bytes
_28Bytes
_29Bytes
_30Bytes
_31Bytes
_32Bytes
Trait Implementations§
source§impl Clone for FIFOThresholdLevel
impl Clone for FIFOThresholdLevel
source§fn clone(&self) -> FIFOThresholdLevel
fn clone(&self) -> FIFOThresholdLevel
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 Into<u8> for FIFOThresholdLevel
impl Into<u8> for FIFOThresholdLevel
impl Copy for FIFOThresholdLevel
Auto Trait Implementations§
impl Freeze for FIFOThresholdLevel
impl RefUnwindSafe for FIFOThresholdLevel
impl Send for FIFOThresholdLevel
impl Sync for FIFOThresholdLevel
impl Unpin for FIFOThresholdLevel
impl UnwindSafe for FIFOThresholdLevel
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§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
)