#[repr(C)]pub struct Results {
pub count: usize,
}Expand description
Results of num_pending_callbacks
Fields§
§count: usizeHow many callbacks are pending.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Results
impl Send for Results
impl Sync for Results
impl Unpin for Results
impl UnwindSafe for Results
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