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