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