pub enum PLLSAIDIVRR {
DIV2,
DIV4,
DIV8,
DIV16,
}
Expand description
Possible values of the field PLLSAIDIVR
Variants§
Implementations§
Source§impl PLLSAIDIVRR
impl PLLSAIDIVRR
Trait Implementations§
Source§impl Clone for PLLSAIDIVRR
impl Clone for PLLSAIDIVRR
Source§fn clone(&self) -> PLLSAIDIVRR
fn clone(&self) -> PLLSAIDIVRR
Returns a duplicate 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 Debug for PLLSAIDIVRR
impl Debug for PLLSAIDIVRR
Source§impl PartialEq for PLLSAIDIVRR
impl PartialEq for PLLSAIDIVRR
impl Copy for PLLSAIDIVRR
impl StructuralPartialEq for PLLSAIDIVRR
Auto Trait Implementations§
impl Freeze for PLLSAIDIVRR
impl RefUnwindSafe for PLLSAIDIVRR
impl Send for PLLSAIDIVRR
impl Sync for PLLSAIDIVRR
impl Unpin for PLLSAIDIVRR
impl UnwindSafe for PLLSAIDIVRR
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