Enum Acfe
pub enum Acfe {
_0 = 0,
_1 = 1,
}Expand description
Compare Function Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Acfe
impl Eq for Acfe
impl StructuralPartialEq for Acfe
Auto Trait Implementations§
impl Freeze for Acfe
impl RefUnwindSafe for Acfe
impl Send for Acfe
impl Sync for Acfe
impl Unpin for Acfe
impl UnwindSafe for Acfe
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