Struct flipper0_sys::ffi::NotificationMessageDataLedBlink
source · #[repr(C)]pub struct NotificationMessageDataLedBlink {
pub on_time: u16,
pub period: u16,
pub color: Light,
}Fields
on_time: u16period: u16color: LightTrait Implementations
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