Struct flipperzero_sys::NotificationMessage
source · #[repr(C)]pub struct NotificationMessage {
pub type_: NotificationMessageType,
pub data: NotificationMessageData,
}Fields§
§type_: NotificationMessageType§data: NotificationMessageDataTrait Implementations§
source§impl Clone for NotificationMessage
impl Clone for NotificationMessage
source§fn clone(&self) -> NotificationMessage
fn clone(&self) -> NotificationMessage
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