pub enum RadioSpeed {
R250Kbps = 0,
R1Mbps = 1,
R2Mbps = 2,
}Expand description
Represents the radio speed settings available for the Crazyflie.
Variants§
Trait Implementations§
Source§impl Clone for RadioSpeed
impl Clone for RadioSpeed
Source§fn clone(&self) -> RadioSpeed
fn clone(&self) -> RadioSpeed
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 RadioSpeed
impl Debug for RadioSpeed
Source§impl Display for RadioSpeed
impl Display for RadioSpeed
Auto Trait Implementations§
impl Freeze for RadioSpeed
impl RefUnwindSafe for RadioSpeed
impl Send for RadioSpeed
impl Sync for RadioSpeed
impl Unpin for RadioSpeed
impl UnwindSafe for RadioSpeed
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