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