Enum rtlsdr::RtlsdrError
source · pub enum RtlsdrError {
LibusbError(LibusbError),
Unspecified(i32),
}Variants§
LibusbError(LibusbError)
Unspecified(i32)
Trait Implementations§
source§impl Clone for RtlsdrError
impl Clone for RtlsdrError
source§fn clone(&self) -> RtlsdrError
fn clone(&self) -> RtlsdrError
Returns a copy 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 RtlsdrError
impl Debug for RtlsdrError
source§impl From<i32> for RtlsdrError
impl From<i32> for RtlsdrError
source§impl PartialEq for RtlsdrError
impl PartialEq for RtlsdrError
source§fn eq(&self, other: &RtlsdrError) -> bool
fn eq(&self, other: &RtlsdrError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RtlsdrError
impl Eq for RtlsdrError
impl StructuralEq for RtlsdrError
impl StructuralPartialEq for RtlsdrError
Auto Trait Implementations§
impl RefUnwindSafe for RtlsdrError
impl Send for RtlsdrError
impl Sync for RtlsdrError
impl Unpin for RtlsdrError
impl UnwindSafe for RtlsdrError
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