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