#[repr(C)]pub struct NotificationMessageDataLed {
pub value: u8,
}Expand description
Re-export bindings
Fields§
§value: u8Trait Implementations§
source§impl Clone for NotificationMessageDataLed
impl Clone for NotificationMessageDataLed
source§fn clone(&self) -> NotificationMessageDataLed
fn clone(&self) -> NotificationMessageDataLed
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 more