pub struct GapInit {
pub status: Status<Status>,
pub service_handle: ServiceHandle,
pub dev_name_handle: CharacteristicHandle,
pub appearance_handle: CharacteristicHandle,
}Expand description
Parameters returned by the GAP Init command.
Fields§
§status: Status<Status>§service_handle: ServiceHandleHandle for the GAP service
dev_name_handle: CharacteristicHandleHandle for the device name characteristic added to the GAP service.
appearance_handle: CharacteristicHandleHandle for the appearance characteristic added to the GAP service.
Trait Implementations§
impl Copy for GapInit
Auto Trait Implementations§
impl RefUnwindSafe for GapInit
impl Send for GapInit
impl Sync for GapInit
impl Unpin for GapInit
impl UnwindSafe for GapInit
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