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 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 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
impl Copy for RtlsdrError
impl Eq for RtlsdrError
impl StructuralPartialEq for RtlsdrError
Auto Trait Implementations§
impl Freeze for RtlsdrError
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