pub struct BleDeviceType(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl BleDeviceType
impl BleDeviceType
Sourcepub const CONNECTED_GPS: BleDeviceType
pub const CONNECTED_GPS: BleDeviceType
GPS that is provided over a proprietary bluetooth service
pub const HEART_RATE: BleDeviceType
pub const BIKE_POWER: BleDeviceType
pub const BIKE_SPEED_CADENCE: BleDeviceType
pub const BIKE_SPEED: BleDeviceType
pub const BIKE_CADENCE: BleDeviceType
pub const FOOTPOD: BleDeviceType
Sourcepub const BIKE_TRAINER: BleDeviceType
pub const BIKE_TRAINER: BleDeviceType
Indoor-Bike FTMS protocol
Trait Implementations§
Source§impl Clone for BleDeviceType
impl Clone for BleDeviceType
Source§fn clone(&self) -> BleDeviceType
fn clone(&self) -> BleDeviceType
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 BleDeviceType
impl Debug for BleDeviceType
Source§impl Default for BleDeviceType
impl Default for BleDeviceType
Source§impl Display for BleDeviceType
impl Display for BleDeviceType
Source§impl PartialEq for BleDeviceType
impl PartialEq for BleDeviceType
impl Copy for BleDeviceType
impl StructuralPartialEq for BleDeviceType
Auto Trait Implementations§
impl Freeze for BleDeviceType
impl RefUnwindSafe for BleDeviceType
impl Send for BleDeviceType
impl Sync for BleDeviceType
impl Unpin for BleDeviceType
impl UnwindSafe for BleDeviceType
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