pub struct TaskDescriptor {
pub mem_size: usize,
}Expand description
Descibes a task.
Fields§
§mem_size: usizeThe size of the memory that the task requires.
Auto Trait Implementations§
impl Freeze for TaskDescriptor
impl RefUnwindSafe for TaskDescriptor
impl Send for TaskDescriptor
impl Sync for TaskDescriptor
impl Unpin for TaskDescriptor
impl UnwindSafe for TaskDescriptor
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