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