pub enum PGPrescalerDivider {
_1,
_2,
_4,
_8,
_16,
_32,
_64,
_128,
}
Expand description
Prescaler divider
Variants§
Trait Implementations§
source§impl Clone for PGPrescalerDivider
impl Clone for PGPrescalerDivider
source§fn clone(&self) -> PGPrescalerDivider
fn clone(&self) -> PGPrescalerDivider
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Into<u8> for PGPrescalerDivider
impl Into<u8> for PGPrescalerDivider
source§impl PartialEq for PGPrescalerDivider
impl PartialEq for PGPrescalerDivider
impl Copy for PGPrescalerDivider
impl StructuralPartialEq for PGPrescalerDivider
Auto Trait Implementations§
impl Freeze for PGPrescalerDivider
impl RefUnwindSafe for PGPrescalerDivider
impl Send for PGPrescalerDivider
impl Sync for PGPrescalerDivider
impl Unpin for PGPrescalerDivider
impl UnwindSafe for PGPrescalerDivider
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)