pub struct HandleValueNotification { /* private fields */ }
Expand description
Handle Value Notification
Implementations§
Source§impl HandleValueNotification
impl HandleValueNotification
pub fn attribute_handle(&self) -> &Handle
pub fn attribute_value(&self) -> &Box<[u8]>
Trait Implementations§
Source§impl Debug for HandleValueNotification
impl Debug for HandleValueNotification
Source§impl DeviceSend for HandleValueNotification
impl DeviceSend for HandleValueNotification
Source§impl Packet for HandleValueNotification
impl Packet for HandleValueNotification
impl Notification for HandleValueNotification
Auto Trait Implementations§
impl Freeze for HandleValueNotification
impl RefUnwindSafe for HandleValueNotification
impl Send for HandleValueNotification
impl Sync for HandleValueNotification
impl Unpin for HandleValueNotification
impl UnwindSafe for HandleValueNotification
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