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