Struct Etf
#[repr(transparent)]pub struct Etf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Etf
impl Etf
pub const NOFILTER: Self
pub const NOFILTER: Self
No filter, sampling is done at fDTS
pub const FCK_INT_N2: Self
pub const FCK_INT_N2: Self
fSAMPLING=fCK_INT, N=2
pub const FCK_INT_N4: Self
pub const FCK_INT_N4: Self
fSAMPLING=fCK_INT, N=4
pub const FCK_INT_N8: Self
pub const FCK_INT_N8: Self
fSAMPLING=fCK_INT, N=8
pub const FDTS_DIV2_N6: Self
pub const FDTS_DIV2_N6: Self
fSAMPLING=fDTS/2, N=6
pub const FDTS_DIV2_N8: Self
pub const FDTS_DIV2_N8: Self
fSAMPLING=fDTS/2, N=8
pub const FDTS_DIV4_N6: Self
pub const FDTS_DIV4_N6: Self
fSAMPLING=fDTS/4, N=6
pub const FDTS_DIV4_N8: Self
pub const FDTS_DIV4_N8: Self
fSAMPLING=fDTS/4, N=8
pub const FDTS_DIV8_N6: Self
pub const FDTS_DIV8_N6: Self
fSAMPLING=fDTS/8, N=6
pub const FDTS_DIV8_N8: Self
pub const FDTS_DIV8_N8: Self
fSAMPLING=fDTS/8, N=8
pub const FDTS_DIV16_N5: Self
pub const FDTS_DIV16_N5: Self
fSAMPLING=fDTS/16, N=5
pub const FDTS_DIV16_N6: Self
pub const FDTS_DIV16_N6: Self
fSAMPLING=fDTS/16, N=6
pub const FDTS_DIV16_N8: Self
pub const FDTS_DIV16_N8: Self
fSAMPLING=fDTS/16, N=8
pub const FDTS_DIV32_N5: Self
pub const FDTS_DIV32_N5: Self
fSAMPLING=fDTS/32, N=5
pub const FDTS_DIV32_N6: Self
pub const FDTS_DIV32_N6: Self
fSAMPLING=fDTS/32, N=6
pub const FDTS_DIV32_N8: Self
pub const FDTS_DIV32_N8: Self
fSAMPLING=fDTS/32, N=8
Trait Implementations§
§impl Ord for Etf
impl Ord for Etf
§impl PartialOrd for Etf
impl PartialOrd for Etf
impl Copy for Etf
impl Eq for Etf
impl StructuralPartialEq for Etf
Auto Trait Implementations§
impl Freeze for Etf
impl RefUnwindSafe for Etf
impl Send for Etf
impl Sync for Etf
impl Unpin for Etf
impl UnwindSafe for Etf
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