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