#[repr(C)]pub struct ApexProcessAttribute {
pub period: ApexSystemTime,
pub time_capacity: ApexSystemTime,
pub entry_point: ApexSystemAddress,
pub stack_size: ApexStackSize,
pub base_priority: ApexPriority,
pub deadline: ApexDeadline,
pub name: ApexProcessName,
}Fields§
§period: ApexSystemTime§time_capacity: ApexSystemTime§entry_point: ApexSystemAddress§stack_size: ApexStackSize§base_priority: ApexPriority§deadline: ApexDeadline§name: ApexProcessNameTrait Implementations§
Source§impl Clone for ApexProcessAttribute
impl Clone for ApexProcessAttribute
Source§fn clone(&self) -> ApexProcessAttribute
fn clone(&self) -> ApexProcessAttribute
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 ApexProcessAttribute
impl Debug for ApexProcessAttribute
Source§impl Default for ApexProcessAttribute
impl Default for ApexProcessAttribute
Source§fn default() -> ApexProcessAttribute
fn default() -> ApexProcessAttribute
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApexProcessAttribute
impl PartialEq for ApexProcessAttribute
impl Copy for ApexProcessAttribute
impl Eq for ApexProcessAttribute
impl StructuralPartialEq for ApexProcessAttribute
Auto Trait Implementations§
impl Freeze for ApexProcessAttribute
impl RefUnwindSafe for ApexProcessAttribute
impl Send for ApexProcessAttribute
impl Sync for ApexProcessAttribute
impl Unpin for ApexProcessAttribute
impl UnwindSafe for ApexProcessAttribute
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