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