#[repr(u8)]pub enum Res1Err {
RES1_ERR_NO = 0,
RES1_ERR_YES = 1,
}Variants§
RES1_ERR_NO = 0
No invalid indirect operation is detected.
RES1_ERR_YES = 1
An invalid indirect operation error is detected.
Implementations§
Trait Implementations§
Source§impl Ord for Res1Err
impl Ord for Res1Err
Source§impl PartialOrd for Res1Err
impl PartialOrd for Res1Err
impl Copy for Res1Err
impl Eq for Res1Err
impl StructuralPartialEq for Res1Err
Auto Trait Implementations§
impl Freeze for Res1Err
impl RefUnwindSafe for Res1Err
impl Send for Res1Err
impl Sync for Res1Err
impl Unpin for Res1Err
impl UnwindSafe for Res1Err
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