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