#[repr(u8)]pub enum Res1Full {
RES1_FULL_NO = 0,
RES1_FULL_YES = 1,
}Variants§
RES1_FULL_NO = 0
RES1 has not updated and cannot be read.
RES1_FULL_YES = 1
RES1 has updated and can be read.
Implementations§
Trait Implementations§
Source§impl Ord for Res1Full
impl Ord for Res1Full
Source§impl PartialOrd for Res1Full
impl PartialOrd for Res1Full
impl Copy for Res1Full
impl Eq for Res1Full
impl StructuralPartialEq for Res1Full
Auto Trait Implementations§
impl Freeze for Res1Full
impl RefUnwindSafe for Res1Full
impl Send for Res1Full
impl Sync for Res1Full
impl Unpin for Res1Full
impl UnwindSafe for Res1Full
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