Struct stm32wb_hci::vendor::stm32wb::command::gatt::IncludeServiceParameters
source · pub struct IncludeServiceParameters {
pub service_handle: AttributeHandle,
pub include_handle_range: Range<AttributeHandle>,
pub include_uuid: Uuid,
}Expand description
Parameters for the GATT Include Service command.
Fields§
§service_handle: AttributeHandleHandle of the service to which another service has to be included
include_handle_range: Range<AttributeHandle>Range of handles of the service which has to be included in the service.
include_uuid: UuidUUID of the included service
Auto Trait Implementations§
impl RefUnwindSafe for IncludeServiceParameters
impl Send for IncludeServiceParameters
impl Sync for IncludeServiceParameters
impl Unpin for IncludeServiceParameters
impl UnwindSafe for IncludeServiceParameters
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