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