#[repr(u8)]pub enum Timpol {
POSEDGE = 0,
NEGEDGE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Timpol
impl Ord for Timpol
Source§impl PartialOrd for Timpol
impl PartialOrd for Timpol
impl Copy for Timpol
impl Eq for Timpol
impl StructuralPartialEq for Timpol
Auto Trait Implementations§
impl Freeze for Timpol
impl RefUnwindSafe for Timpol
impl Send for Timpol
impl Sync for Timpol
impl Unpin for Timpol
impl UnwindSafe for Timpol
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