pub struct DetourError(/* private fields */);Expand description
Detour error code.
Trait Implementations§
Source§impl Clone for DetourError
impl Clone for DetourError
Source§fn clone(&self) -> DetourError
fn clone(&self) -> DetourError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DetourError
impl Debug for DetourError
Source§impl Display for DetourError
impl Display for DetourError
Source§impl Error for DetourError
impl Error for DetourError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Copy for DetourError
Auto Trait Implementations§
impl Freeze for DetourError
impl RefUnwindSafe for DetourError
impl Send for DetourError
impl Sync for DetourError
impl Unpin for DetourError
impl UnwindSafe for DetourError
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