pub struct TwaitAfterPrd(/* private fields */);Implementations§
Source§impl TwaitAfterPrd
impl TwaitAfterPrd
Source§impl TwaitAfterPrd
impl TwaitAfterPrd
Trait Implementations§
Source§impl Clone for TwaitAfterPrd
impl Clone for TwaitAfterPrd
Source§fn clone(&self) -> TwaitAfterPrd
fn clone(&self) -> TwaitAfterPrd
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 TwaitAfterPrd
impl Debug for TwaitAfterPrd
Source§impl From<TwaitAfterPrd> for u16
impl From<TwaitAfterPrd> for u16
Source§fn from(val: TwaitAfterPrd) -> u16
fn from(val: TwaitAfterPrd) -> u16
Converts to this type from the input type.
Source§impl From<u16> for TwaitAfterPrd
impl From<u16> for TwaitAfterPrd
Source§fn from(val: u16) -> TwaitAfterPrd
fn from(val: u16) -> TwaitAfterPrd
Converts to this type from the input type.
Source§impl Ord for TwaitAfterPrd
impl Ord for TwaitAfterPrd
Source§fn cmp(&self, other: &TwaitAfterPrd) -> Ordering
fn cmp(&self, other: &TwaitAfterPrd) -> 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 TwaitAfterPrd
impl PartialEq for TwaitAfterPrd
Source§impl PartialOrd for TwaitAfterPrd
impl PartialOrd for TwaitAfterPrd
impl Copy for TwaitAfterPrd
impl Eq for TwaitAfterPrd
impl StructuralPartialEq for TwaitAfterPrd
Auto Trait Implementations§
impl Freeze for TwaitAfterPrd
impl RefUnwindSafe for TwaitAfterPrd
impl Send for TwaitAfterPrd
impl Sync for TwaitAfterPrd
impl Unpin for TwaitAfterPrd
impl UnwindSafe for TwaitAfterPrd
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