pub struct CommonEvent_RcvData { /* private fields */ }Available on crate features
commonevent and api-12 only.Expand description
the data of the commonEvent callback
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for CommonEvent_RcvData
impl RefUnwindSafe for CommonEvent_RcvData
impl Send for CommonEvent_RcvData
impl Sync for CommonEvent_RcvData
impl Unpin for CommonEvent_RcvData
impl UnsafeUnpin for CommonEvent_RcvData
impl UnwindSafe for CommonEvent_RcvData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more