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