Struct flipperzero_sys::notification::NotificationSequence
source · [−]#[repr(C)]pub struct NotificationSequence { /* private fields */ }Auto Trait Implementations
impl RefUnwindSafe for NotificationSequence
impl !Send for NotificationSequence
impl !Sync for NotificationSequence
impl !Unpin for NotificationSequence
impl UnwindSafe for NotificationSequence
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