pub struct Task_identifier_type(/* private fields */);
Implementations§
Source§impl Task_identifier_type
impl Task_identifier_type
pub const Maximum: Task_identifier_inner_type = 4_294_967_295u32
Source§impl Task_identifier_type
impl Task_identifier_type
pub const fn New(Identifier: Task_identifier_inner_type) -> Self
pub const fn Into_inner(self) -> Task_identifier_inner_type
Trait Implementations§
Source§impl Clone for Task_identifier_type
impl Clone for Task_identifier_type
Source§fn clone(&self) -> Task_identifier_type
fn clone(&self) -> Task_identifier_type
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 Task_identifier_type
impl Debug for Task_identifier_type
Source§impl From<Task_identifier_type> for Task_identifier_inner_type
impl From<Task_identifier_type> for Task_identifier_inner_type
Source§fn from(Value: Task_identifier_type) -> Self
fn from(Value: Task_identifier_type) -> Self
Converts to this type from the input type.
Source§impl From<u32> for Task_identifier_type
impl From<u32> for Task_identifier_type
Source§fn from(Value: Task_identifier_inner_type) -> Self
fn from(Value: Task_identifier_inner_type) -> Self
Converts to this type from the input type.
Source§impl Hash for Task_identifier_type
impl Hash for Task_identifier_type
Source§impl Ord for Task_identifier_type
impl Ord for Task_identifier_type
Source§fn cmp(&self, other: &Task_identifier_type) -> Ordering
fn cmp(&self, other: &Task_identifier_type) -> 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 Task_identifier_type
impl PartialEq for Task_identifier_type
Source§impl PartialOrd for Task_identifier_type
impl PartialOrd for Task_identifier_type
impl Copy for Task_identifier_type
impl Eq for Task_identifier_type
impl StructuralPartialEq for Task_identifier_type
Auto Trait Implementations§
impl Freeze for Task_identifier_type
impl RefUnwindSafe for Task_identifier_type
impl Send for Task_identifier_type
impl Sync for Task_identifier_type
impl Unpin for Task_identifier_type
impl UnwindSafe for Task_identifier_type
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