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