Struct TimaisrDlyprt
#[repr(transparent)]pub struct TimaisrDlyprt(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl TimaisrDlyprt
impl TimaisrDlyprt
Trait Implementations§
§impl Clone for TimaisrDlyprt
impl Clone for TimaisrDlyprt
§fn clone(&self) -> TimaisrDlyprt
fn clone(&self) -> TimaisrDlyprt
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for TimaisrDlyprt
impl Ord for TimaisrDlyprt
§impl PartialEq for TimaisrDlyprt
impl PartialEq for TimaisrDlyprt
§impl PartialOrd for TimaisrDlyprt
impl PartialOrd for TimaisrDlyprt
impl Copy for TimaisrDlyprt
impl Eq for TimaisrDlyprt
impl StructuralPartialEq for TimaisrDlyprt
Auto Trait Implementations§
impl Freeze for TimaisrDlyprt
impl RefUnwindSafe for TimaisrDlyprt
impl Send for TimaisrDlyprt
impl Sync for TimaisrDlyprt
impl Unpin for TimaisrDlyprt
impl UnwindSafe for TimaisrDlyprt
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