Enum stm32f4xx_hal::pac::rcc::sscgr::SPREADSEL_A
source · [−]pub enum SPREADSEL_A {
Center,
Down,
}
Expand description
Spread Select
Value on reset: 0
Variants
Center
0: Center spread
Down
1: Down spread
Trait Implementations
sourceimpl Clone for SPREADSEL_A
impl Clone for SPREADSEL_A
sourcefn clone(&self) -> SPREADSEL_A
fn clone(&self) -> SPREADSEL_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SPREADSEL_A
impl Debug for SPREADSEL_A
sourceimpl PartialEq<SPREADSEL_A> for SPREADSEL_A
impl PartialEq<SPREADSEL_A> for SPREADSEL_A
sourcefn eq(&self, other: &SPREADSEL_A) -> bool
fn eq(&self, other: &SPREADSEL_A) -> bool
impl Copy for SPREADSEL_A
impl StructuralPartialEq for SPREADSEL_A
Auto Trait Implementations
impl RefUnwindSafe for SPREADSEL_A
impl Send for SPREADSEL_A
impl Sync for SPREADSEL_A
impl Unpin for SPREADSEL_A
impl UnwindSafe for SPREADSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more