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