#[repr(C)]pub struct NotificationMessageDataLed {
pub value: u8,
}Fields
value: u8Trait Implementations
sourceimpl Clone for NotificationMessageDataLed
impl Clone for NotificationMessageDataLed
sourcefn clone(&self) -> NotificationMessageDataLed
fn clone(&self) -> NotificationMessageDataLed
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NotificationMessageDataLed
impl Debug for NotificationMessageDataLed
impl Copy for NotificationMessageDataLed
Auto Trait Implementations
impl RefUnwindSafe for NotificationMessageDataLed
impl Send for NotificationMessageDataLed
impl Sync for NotificationMessageDataLed
impl Unpin for NotificationMessageDataLed
impl UnwindSafe for NotificationMessageDataLed
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more