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