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