Struct Usart16910sel
#[repr(transparent)]pub struct Usart16910sel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Usart16910sel
impl Usart16910sel
pub const RCC_PCLK2: Self
pub const RCC_PCLK2: Self
rcc_pclk2 selected as peripheral clock
pub const PLL2_Q: Self
pub const PLL2_Q: Self
pll2_q selected as peripheral clock
pub const PLL3_Q: Self
pub const PLL3_Q: Self
pll3_q selected as peripheral clock
pub const HSI_KER: Self
pub const HSI_KER: Self
hsi_ker selected as peripheral clock
pub const CSI_KER: Self
pub const CSI_KER: Self
csi_ker selected as peripheral clock
pub const LSE: Self
pub const LSE: Self
LSE selected as peripheral clock
Trait Implementations§
§impl Clone for Usart16910sel
impl Clone for Usart16910sel
§fn clone(&self) -> Usart16910sel
fn clone(&self) -> Usart16910sel
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Usart16910sel
impl Ord for Usart16910sel
§impl PartialEq for Usart16910sel
impl PartialEq for Usart16910sel
§impl PartialOrd for Usart16910sel
impl PartialOrd for Usart16910sel
impl Copy for Usart16910sel
impl Eq for Usart16910sel
impl StructuralPartialEq for Usart16910sel
Auto Trait Implementations§
impl Freeze for Usart16910sel
impl RefUnwindSafe for Usart16910sel
impl Send for Usart16910sel
impl Sync for Usart16910sel
impl Unpin for Usart16910sel
impl UnwindSafe for Usart16910sel
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