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