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