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