Enum hackrf_rs::IsoUsageType
source · pub enum IsoUsageType {
Data,
Feedback,
Implicit,
Unknown(u8),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IsoUsageType
impl Send for IsoUsageType
impl Sync for IsoUsageType
impl Unpin for IsoUsageType
impl UnwindSafe for IsoUsageType
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