pub struct GattServiceUuids;
Implementations§
§impl GattServiceUuids
impl GattServiceUuids
pub fn Battery() -> Result<GUID>
pub fn BloodPressure() -> Result<GUID>
pub fn CyclingSpeedAndCadence() -> Result<GUID>
pub fn GenericAccess() -> Result<GUID>
pub fn GenericAttribute() -> Result<GUID>
pub fn Glucose() -> Result<GUID>
pub fn HealthThermometer() -> Result<GUID>
pub fn HeartRate() -> Result<GUID>
pub fn RunningSpeedAndCadence() -> Result<GUID>
pub fn AlertNotification() -> Result<GUID>
pub fn CurrentTime() -> Result<GUID>
pub fn CyclingPower() -> Result<GUID>
pub fn DeviceInformation() -> Result<GUID>
pub fn HumanInterfaceDevice() -> Result<GUID>
pub fn ImmediateAlert() -> Result<GUID>
pub fn LinkLoss() -> Result<GUID>
pub fn NextDstChange() -> Result<GUID>
pub fn PhoneAlertStatus() -> Result<GUID>
pub fn ReferenceTimeUpdate() -> Result<GUID>
pub fn ScanParameters() -> Result<GUID>
pub fn TxPower() -> Result<GUID>
Auto Trait Implementations§
impl Freeze for GattServiceUuids
impl RefUnwindSafe for GattServiceUuids
impl Send for GattServiceUuids
impl Sync for GattServiceUuids
impl Unpin for GattServiceUuids
impl UnwindSafe for GattServiceUuids
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