pub struct BleSpec {
pub service_uuid: Uuid,
pub notify_uuid: Uuid,
pub write_uuid: Uuid,
pub write_cmd_uuid: Uuid,
}Fields§
§service_uuid: Uuid§notify_uuid: Uuid§write_uuid: Uuid§write_cmd_uuid: UuidTrait Implementations§
impl StructuralPartialEq for BleSpec
Auto Trait Implementations§
impl Freeze for BleSpec
impl RefUnwindSafe for BleSpec
impl Send for BleSpec
impl Sync for BleSpec
impl Unpin for BleSpec
impl UnwindSafe for BleSpec
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