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