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