pub enum RngClkSource {
HSI = 1,
SysClock = 2,
PLLQ = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for RngClkSource
impl Clone for RngClkSource
Source§fn clone(&self) -> RngClkSource
fn clone(&self) -> RngClkSource
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 moreimpl Copy for RngClkSource
Auto Trait Implementations§
impl Freeze for RngClkSource
impl RefUnwindSafe for RngClkSource
impl Send for RngClkSource
impl Sync for RngClkSource
impl Unpin for RngClkSource
impl UnwindSafe for RngClkSource
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