#[repr(C)]pub struct ApexPartitionStatus {
pub period: ApexSystemTime,
pub duration: ApexSystemTime,
pub identifier: ApexPartitionId,
pub lock_level: ApexLockLevel,
pub operating_mode: ApexOperatingMode,
pub start_condition: ApexStartCondition,
pub num_assigned_cores: ApexNumCores,
}Fields§
§period: ApexSystemTime§duration: ApexSystemTime§identifier: ApexPartitionId§lock_level: ApexLockLevel§operating_mode: ApexOperatingMode§start_condition: ApexStartCondition§num_assigned_cores: ApexNumCoresTrait Implementations§
Source§impl Clone for ApexPartitionStatus
impl Clone for ApexPartitionStatus
Source§fn clone(&self) -> ApexPartitionStatus
fn clone(&self) -> ApexPartitionStatus
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 ApexPartitionStatus
impl Debug for ApexPartitionStatus
Source§impl Default for ApexPartitionStatus
impl Default for ApexPartitionStatus
Source§fn default() -> ApexPartitionStatus
fn default() -> ApexPartitionStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for ApexPartitionStatus
impl PartialEq for ApexPartitionStatus
impl Copy for ApexPartitionStatus
impl Eq for ApexPartitionStatus
impl StructuralPartialEq for ApexPartitionStatus
Auto Trait Implementations§
impl Freeze for ApexPartitionStatus
impl RefUnwindSafe for ApexPartitionStatus
impl Send for ApexPartitionStatus
impl Sync for ApexPartitionStatus
impl Unpin for ApexPartitionStatus
impl UnwindSafe for ApexPartitionStatus
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