#[repr(C)]
pub union NotificationMessageData {
pub sound: NotificationMessageDataSound,
pub led: NotificationMessageDataLed,
pub led_blink: NotificationMessageDataLedBlink,
pub vibro: NotificationMessageDataVibro,
pub delay: NotificationMessageDataDelay,
pub forced_settings: NotificationMessageDataForcedSettings,
}Expand description
Re-export bindings
Fields§
§sound: NotificationMessageDataSound§led: NotificationMessageDataLed§led_blink: NotificationMessageDataLedBlink§vibro: NotificationMessageDataVibro§delay: NotificationMessageDataDelay§forced_settings: NotificationMessageDataForcedSettingsTrait Implementations§
source§impl Clone for NotificationMessageData
impl Clone for NotificationMessageData
source§fn clone(&self) -> NotificationMessageData
fn clone(&self) -> NotificationMessageData
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