#[repr(C)]pub struct AwsCTaskScheduler {
pub alloc: *const AwsCAllocator,
pub timed_queue: AwsCPriorityQueue,
pub timed_list: AwsCLinkedList,
pub asap_list: AwsCLinkedList,
}
Fields
alloc: *const AwsCAllocator
timed_queue: AwsCPriorityQueue
timed_list: AwsCLinkedList
asap_list: AwsCLinkedList
Auto Trait Implementations
impl RefUnwindSafe for AwsCTaskScheduler
impl !Send for AwsCTaskScheduler
impl !Sync for AwsCTaskScheduler
impl Unpin for AwsCTaskScheduler
impl UnwindSafe for AwsCTaskScheduler
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