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