pub struct DeleteIncludedServiceParameters {
pub service: AttributeHandle,
pub included_service: AttributeHandle,
}
Expand description
Parameters for the GATT Delete Included Service command.
Fields§
§service: AttributeHandle
Handle of the service to which Include definition belongs
included_service: AttributeHandle
Handle of the Included definition to be deleted.
Auto Trait Implementations§
impl Freeze for DeleteIncludedServiceParameters
impl RefUnwindSafe for DeleteIncludedServiceParameters
impl Send for DeleteIncludedServiceParameters
impl Sync for DeleteIncludedServiceParameters
impl Unpin for DeleteIncludedServiceParameters
impl UnwindSafe for DeleteIncludedServiceParameters
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