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