#[repr(C)]pub struct NotificationMessageDataLedBlink {
pub on_time: u16,
pub period: u16,
pub color: Light,
}Fields
on_time: u16period: u16color: LightTrait Implementations
sourceimpl Clone for NotificationMessageDataLedBlink
impl Clone for NotificationMessageDataLedBlink
sourcefn clone(&self) -> NotificationMessageDataLedBlink
fn clone(&self) -> NotificationMessageDataLedBlink
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 moreimpl Copy for NotificationMessageDataLedBlink
Auto Trait Implementations
impl RefUnwindSafe for NotificationMessageDataLedBlink
impl Send for NotificationMessageDataLedBlink
impl Sync for NotificationMessageDataLedBlink
impl Unpin for NotificationMessageDataLedBlink
impl UnwindSafe for NotificationMessageDataLedBlink
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