#[repr(C)]pub struct aws_task_scheduler {
pub alloc: *mut aws_allocator,
pub timed_queue: aws_priority_queue,
pub timed_list: aws_linked_list,
pub asap_list: aws_linked_list,
}
Fields
alloc: *mut aws_allocator
timed_queue: aws_priority_queue
timed_list: aws_linked_list
asap_list: aws_linked_list
Trait Implementations
sourceimpl Clone for aws_task_scheduler
impl Clone for aws_task_scheduler
sourcefn clone(&self) -> aws_task_scheduler
fn clone(&self) -> aws_task_scheduler
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_task_scheduler
impl Debug for aws_task_scheduler
sourceimpl Default for aws_task_scheduler
impl Default for aws_task_scheduler
sourceimpl PartialEq<aws_task_scheduler> for aws_task_scheduler
impl PartialEq<aws_task_scheduler> for aws_task_scheduler
sourcefn eq(&self, other: &aws_task_scheduler) -> bool
fn eq(&self, other: &aws_task_scheduler) -> bool
impl Copy for aws_task_scheduler
impl Eq for aws_task_scheduler
impl StructuralEq for aws_task_scheduler
impl StructuralPartialEq for aws_task_scheduler
Auto Trait Implementations
impl RefUnwindSafe for aws_task_scheduler
impl !Send for aws_task_scheduler
impl !Sync for aws_task_scheduler
impl Unpin for aws_task_scheduler
impl UnwindSafe for aws_task_scheduler
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