#[repr(u32)]pub enum PtDspyError {
None = 0,
NoMemory = 1,
Unsupported = 2,
BadParams = 3,
NoResource = 4,
Undefined = 5,
Stop = 6,
}Variants§
Trait Implementations§
Source§impl Clone for PtDspyError
impl Clone for PtDspyError
Source§fn clone(&self) -> PtDspyError
fn clone(&self) -> PtDspyError
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 PtDspyError
impl Debug for PtDspyError
Source§impl Hash for PtDspyError
impl Hash for PtDspyError
Source§impl PartialEq for PtDspyError
impl PartialEq for PtDspyError
impl Copy for PtDspyError
impl Eq for PtDspyError
impl StructuralPartialEq for PtDspyError
Auto Trait Implementations§
impl Freeze for PtDspyError
impl RefUnwindSafe for PtDspyError
impl Send for PtDspyError
impl Sync for PtDspyError
impl Unpin for PtDspyError
impl UnwindSafe for PtDspyError
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