#[repr(C)]pub struct SliceBudget {
pub counter: i64,
pub interruptRequested: *mut u8,
pub budget: __BindgenOpaqueArray<u64, 3>,
pub interrupted: bool,
pub idle: bool,
pub extended: bool,
}
Fields§
§counter: i64
§interruptRequested: *mut u8
§budget: __BindgenOpaqueArray<u64, 3>
§interrupted: bool
§idle: bool
§extended: bool
Trait Implementations§
Source§impl Debug for SliceBudget
impl Debug for SliceBudget
Source§impl PartialEq for SliceBudget
impl PartialEq for SliceBudget
impl StructuralPartialEq for SliceBudget
Auto Trait Implementations§
impl Freeze for SliceBudget
impl RefUnwindSafe for SliceBudget
impl !Send for SliceBudget
impl !Sync for SliceBudget
impl Unpin for SliceBudget
impl UnwindSafe for SliceBudget
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
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more