#[repr(u8)]pub enum Pllm {
Show 16 variants
Div1 = 0,
Div2 = 1,
Div3 = 2,
Div4 = 3,
Div5 = 4,
Div6 = 5,
Div7 = 6,
Div8 = 7,
Div9 = 8,
Div10 = 9,
Div11 = 10,
Div12 = 11,
Div13 = 12,
Div14 = 13,
Div15 = 14,
Div16 = 15,
}
Variants§
Div1 = 0
Div2 = 1
Div3 = 2
Div4 = 3
Div5 = 4
Div6 = 5
Div7 = 6
Div8 = 7
Div9 = 8
Div10 = 9
Div11 = 10
Div12 = 11
Div13 = 12
Div14 = 13
Div15 = 14
Div16 = 15
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pllm
impl RefUnwindSafe for Pllm
impl Send for Pllm
impl Sync for Pllm
impl Unpin for Pllm
impl UnwindSafe for Pllm
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