pub struct GapInit {
pub status: Status<Status>,
pub service_handle: AttributeHandle,
pub dev_name_handle: AttributeHandle,
pub appearance_handle: AttributeHandle,
}Expand description
Parameters returned by the GAP Init command.
Fields§
§status: Status<Status>§service_handle: AttributeHandleHandle for the GAP service
dev_name_handle: AttributeHandleHandle for the device name characteristic added to the GAP service.
appearance_handle: AttributeHandleHandle for the appearance characteristic added to the GAP service.
Trait Implementations§
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