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: AttributeHandle
Handle 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: Uuid
UUID of the included service
Auto Trait Implementations§
impl Freeze for IncludeServiceParameters
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