Enum PllDiv
#[repr(u8)]pub enum PllDiv {
_RESERVED_0 = 0,
DIV2 = 1,
DIV3 = 2,
DIV4 = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Plldiv
impl Ord for Plldiv
§impl PartialOrd for Plldiv
impl PartialOrd for Plldiv
impl Copy for Plldiv
impl Eq for Plldiv
impl StructuralPartialEq for Plldiv
Auto Trait Implementations§
impl Freeze for Plldiv
impl RefUnwindSafe for Plldiv
impl Send for Plldiv
impl Sync for Plldiv
impl Unpin for Plldiv
impl UnwindSafe for Plldiv
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
)