Struct stm32wb_hci::vendor::stm32wb::command::gatt::DeleteIncludedServiceParameters
source · pub struct DeleteIncludedServiceParameters {
pub service: AttributeHandle,
pub included_service: AttributeHandle,
}Expand description
Parameters for the GATT Delete Included Service command.
Fields§
§service: AttributeHandleHandle of the service to which Include definition belongs
included_service: AttributeHandleHandle of the Included definition to be deleted.
Auto Trait Implementations§
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