pub struct CharacteristicNotification {
pub handle: Handle,
pub value: Vec<u8>,
pub maybe_truncated: bool,
}
Fields§
§handle: Handle
§value: Vec<u8>
§maybe_truncated: bool
Trait Implementations§
Source§impl Clone for CharacteristicNotification
impl Clone for CharacteristicNotification
Source§fn clone(&self) -> CharacteristicNotification
fn clone(&self) -> CharacteristicNotification
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 moreAuto Trait Implementations§
impl Freeze for CharacteristicNotification
impl RefUnwindSafe for CharacteristicNotification
impl Send for CharacteristicNotification
impl Sync for CharacteristicNotification
impl Unpin for CharacteristicNotification
impl UnwindSafe for CharacteristicNotification
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