Struct TASK_INSTANCES_POLICY
#[repr(transparent)]pub struct TASK_INSTANCES_POLICY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TASK_INSTANCES_POLICY
impl Clone for TASK_INSTANCES_POLICY
§fn clone(&self) -> TASK_INSTANCES_POLICY
fn clone(&self) -> TASK_INSTANCES_POLICY
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 more§impl Debug for TASK_INSTANCES_POLICY
impl Debug for TASK_INSTANCES_POLICY
§impl Default for TASK_INSTANCES_POLICY
impl Default for TASK_INSTANCES_POLICY
§fn default() -> TASK_INSTANCES_POLICY
fn default() -> TASK_INSTANCES_POLICY
Returns the “default value” for a type. Read more
§impl PartialEq for TASK_INSTANCES_POLICY
impl PartialEq for TASK_INSTANCES_POLICY
impl Copy for TASK_INSTANCES_POLICY
impl Eq for TASK_INSTANCES_POLICY
impl StructuralPartialEq for TASK_INSTANCES_POLICY
Auto Trait Implementations§
impl Freeze for TASK_INSTANCES_POLICY
impl RefUnwindSafe for TASK_INSTANCES_POLICY
impl Send for TASK_INSTANCES_POLICY
impl Sync for TASK_INSTANCES_POLICY
impl Unpin for TASK_INSTANCES_POLICY
impl UnwindSafe for TASK_INSTANCES_POLICY
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