Struct flipperzero_sys::NotificationMessage
source · [−]#[repr(C)]pub struct NotificationMessage {
pub type_: NotificationMessageType,
pub data: NotificationMessageData,
}Fields
type_: NotificationMessageTypedata: NotificationMessageDataTrait Implementations
sourceimpl Clone for NotificationMessage
impl Clone for NotificationMessage
sourcefn clone(&self) -> NotificationMessage
fn clone(&self) -> NotificationMessage
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 NotificationMessage
Auto Trait Implementations
impl RefUnwindSafe for NotificationMessage
impl Send for NotificationMessage
impl Sync for NotificationMessage
impl Unpin for NotificationMessage
impl UnwindSafe for NotificationMessage
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