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