Struct stm32wb_hci::vendor::stm32wb::event::command::GattHandleValue
source · pub struct GattHandleValue {
pub status: Status<Status>,
/* private fields */
}Expand description
Parameters returned by the GATT Read Handle Value command.
Fields§
§status: Status<Status>Did the command fail, and if so, how?
Implementations§
Trait Implementations§
source§impl Clone for GattHandleValue
impl Clone for GattHandleValue
source§fn clone(&self) -> GattHandleValue
fn clone(&self) -> GattHandleValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GattHandleValue
impl Debug for GattHandleValue
impl Copy for GattHandleValue
Auto Trait Implementations§
impl RefUnwindSafe for GattHandleValue
impl Send for GattHandleValue
impl Sync for GattHandleValue
impl Unpin for GattHandleValue
impl UnwindSafe for GattHandleValue
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