Struct Icf
#[repr(transparent)]pub struct Icf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Icf
impl Icf
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 Icf
impl Ord for Icf
§impl PartialOrd for Icf
impl PartialOrd for Icf
impl Copy for Icf
impl Eq for Icf
impl StructuralPartialEq for Icf
Auto Trait Implementations§
impl Freeze for Icf
impl RefUnwindSafe for Icf
impl Send for Icf
impl Sync for Icf
impl Unpin for Icf
impl UnwindSafe for Icf
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