#[repr(u32)]pub enum BladeRFChannel {
Rx1 = 0,
Rx2 = 2,
Tx1 = 1,
Tx2 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for BladeRFChannel
impl Clone for BladeRFChannel
Source§fn clone(&self) -> BladeRFChannel
fn clone(&self) -> BladeRFChannel
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 BladeRFChannel
impl Debug for BladeRFChannel
Source§impl PartialEq for BladeRFChannel
impl PartialEq for BladeRFChannel
impl Copy for BladeRFChannel
impl StructuralPartialEq for BladeRFChannel
Auto Trait Implementations§
impl Freeze for BladeRFChannel
impl RefUnwindSafe for BladeRFChannel
impl Send for BladeRFChannel
impl Sync for BladeRFChannel
impl Unpin for BladeRFChannel
impl UnwindSafe for BladeRFChannel
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