#[repr(C)]pub struct NotificationMessageDataLedBlink {
pub on_time: u16,
pub period: u16,
pub color: Light,
}Fields§
§on_time: u16§period: u16§color: LightTrait Implementations§
source§impl Clone for NotificationMessageDataLedBlink
impl Clone for NotificationMessageDataLedBlink
source§fn clone(&self) -> NotificationMessageDataLedBlink
fn clone(&self) -> NotificationMessageDataLedBlink
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