pub struct GattHandleValue {
pub status: Status,
/* private fields */
}
Expand description
Parameters returned by the GATT Read Handle Value command.
Fields§
§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 duplicate 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 Freeze for GattHandleValue
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