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