#[repr(u8)]pub enum TracePodf {
TRACE_PODF_0 = 0,
TRACE_PODF_1 = 1,
TRACE_PODF_2 = 2,
TRACE_PODF_3 = 3,
}Variants§
TRACE_PODF_0 = 0
divide by 1
TRACE_PODF_1 = 1
divide by 2
TRACE_PODF_2 = 2
divide by 3
TRACE_PODF_3 = 3
divide by 4
Implementations§
Trait Implementations§
Source§impl Ord for TracePodf
impl Ord for TracePodf
Source§impl PartialOrd for TracePodf
impl PartialOrd for TracePodf
impl Copy for TracePodf
impl Eq for TracePodf
impl StructuralPartialEq for TracePodf
Auto Trait Implementations§
impl Freeze for TracePodf
impl RefUnwindSafe for TracePodf
impl Send for TracePodf
impl Sync for TracePodf
impl Unpin for TracePodf
impl UnwindSafe for TracePodf
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