Struct nektar::WMPoolSchedulingPolicy
source · pub struct WMPoolSchedulingPolicy(pub i32);Tuple Fields§
§0: i32Implementations§
source§impl WMPoolSchedulingPolicy
impl WMPoolSchedulingPolicy
pub const FAIR: WMPoolSchedulingPolicy = _
pub const FIFO: WMPoolSchedulingPolicy = _
pub const ENUM_VALUES: &'static [Self] = _
Trait Implementations§
source§impl Clone for WMPoolSchedulingPolicy
impl Clone for WMPoolSchedulingPolicy
source§fn clone(&self) -> WMPoolSchedulingPolicy
fn clone(&self) -> WMPoolSchedulingPolicy
Returns a copy 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 WMPoolSchedulingPolicy
impl Debug for WMPoolSchedulingPolicy
source§impl From<&WMPoolSchedulingPolicy> for i32
impl From<&WMPoolSchedulingPolicy> for i32
source§fn from(e: &WMPoolSchedulingPolicy) -> i32
fn from(e: &WMPoolSchedulingPolicy) -> i32
Converts to this type from the input type.
source§impl From<&i32> for WMPoolSchedulingPolicy
impl From<&i32> for WMPoolSchedulingPolicy
source§impl From<WMPoolSchedulingPolicy> for i32
impl From<WMPoolSchedulingPolicy> for i32
source§fn from(e: WMPoolSchedulingPolicy) -> i32
fn from(e: WMPoolSchedulingPolicy) -> i32
Converts to this type from the input type.
source§impl From<i32> for WMPoolSchedulingPolicy
impl From<i32> for WMPoolSchedulingPolicy
source§impl Hash for WMPoolSchedulingPolicy
impl Hash for WMPoolSchedulingPolicy
source§impl Ord for WMPoolSchedulingPolicy
impl Ord for WMPoolSchedulingPolicy
source§fn cmp(&self, other: &WMPoolSchedulingPolicy) -> Ordering
fn cmp(&self, other: &WMPoolSchedulingPolicy) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for WMPoolSchedulingPolicy
impl PartialEq for WMPoolSchedulingPolicy
source§fn eq(&self, other: &WMPoolSchedulingPolicy) -> bool
fn eq(&self, other: &WMPoolSchedulingPolicy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for WMPoolSchedulingPolicy
impl PartialOrd for WMPoolSchedulingPolicy
source§fn partial_cmp(&self, other: &WMPoolSchedulingPolicy) -> Option<Ordering>
fn partial_cmp(&self, other: &WMPoolSchedulingPolicy) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for WMPoolSchedulingPolicy
impl TSerializable for WMPoolSchedulingPolicy
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<WMPoolSchedulingPolicy>
impl Copy for WMPoolSchedulingPolicy
impl Eq for WMPoolSchedulingPolicy
impl StructuralEq for WMPoolSchedulingPolicy
impl StructuralPartialEq for WMPoolSchedulingPolicy
Auto Trait Implementations§
impl RefUnwindSafe for WMPoolSchedulingPolicy
impl Send for WMPoolSchedulingPolicy
impl Sync for WMPoolSchedulingPolicy
impl Unpin for WMPoolSchedulingPolicy
impl UnwindSafe for WMPoolSchedulingPolicy
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