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