#[repr(C)]pub struct ApexProcessStatus {
pub deadline_time: ApexSystemTime,
pub current_priority: ApexPriority,
pub process_state: ApexProcessState,
pub attributes: ApexProcessAttribute,
}Fields§
§deadline_time: ApexSystemTime§current_priority: ApexPriority§process_state: ApexProcessState§attributes: ApexProcessAttributeTrait Implementations§
Source§impl Clone for ApexProcessStatus
impl Clone for ApexProcessStatus
Source§fn clone(&self) -> ApexProcessStatus
fn clone(&self) -> ApexProcessStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApexProcessStatus
impl Debug for ApexProcessStatus
Source§impl Default for ApexProcessStatus
impl Default for ApexProcessStatus
Source§fn default() -> ApexProcessStatus
fn default() -> ApexProcessStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApexProcessStatus
impl PartialEq for ApexProcessStatus
impl Copy for ApexProcessStatus
impl Eq for ApexProcessStatus
impl StructuralPartialEq for ApexProcessStatus
Auto Trait Implementations§
impl Freeze for ApexProcessStatus
impl RefUnwindSafe for ApexProcessStatus
impl Send for ApexProcessStatus
impl Sync for ApexProcessStatus
impl Unpin for ApexProcessStatus
impl UnwindSafe for ApexProcessStatus
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