pub struct CommonEvent_SubscribeInfo { /* private fields */ }Available on crate features
commonevent and api-12 only.Expand description
the information of the subscriber
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for CommonEvent_SubscribeInfo
impl RefUnwindSafe for CommonEvent_SubscribeInfo
impl Send for CommonEvent_SubscribeInfo
impl Sync for CommonEvent_SubscribeInfo
impl Unpin for CommonEvent_SubscribeInfo
impl UnsafeUnpin for CommonEvent_SubscribeInfo
impl UnwindSafe for CommonEvent_SubscribeInfo
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