Enum ndspy_sys::PtDspyError
source · [−]#[repr(u32)]
pub enum PtDspyError {
PkDspyErrorNone,
PkDspyErrorNoMemory,
PkDspyErrorUnsupported,
PkDspyErrorBadParams,
PkDspyErrorNoResource,
PkDspyErrorUndefined,
PkDspyErrorStop,
}Variants
PkDspyErrorNone
PkDspyErrorNoMemory
PkDspyErrorUnsupported
PkDspyErrorBadParams
PkDspyErrorNoResource
PkDspyErrorUndefined
PkDspyErrorStop
Trait Implementations
sourceimpl Clone for PtDspyError
impl Clone for PtDspyError
sourcefn clone(&self) -> PtDspyError
fn clone(&self) -> PtDspyError
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PtDspyError
impl Debug for PtDspyError
sourceimpl Hash for PtDspyError
impl Hash for PtDspyError
sourceimpl PartialEq<PtDspyError> for PtDspyError
impl PartialEq<PtDspyError> for PtDspyError
sourcefn eq(&self, other: &PtDspyError) -> bool
fn eq(&self, other: &PtDspyError) -> bool
impl Copy for PtDspyError
impl Eq for PtDspyError
impl StructuralEq for PtDspyError
impl StructuralPartialEq for PtDspyError
Auto Trait Implementations
impl RefUnwindSafe for PtDspyError
impl Send for PtDspyError
impl Sync for PtDspyError
impl Unpin for PtDspyError
impl UnwindSafe for PtDspyError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more