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