#[repr(transparent)]pub struct Vid1(pub u32);Expand description
Version ID Register (MS)
Tuple Fields§
§0: u32Implementations§
Source§impl Vid1
impl Vid1
Sourcepub const fn set_min_rev(&mut self, val: MinRev)
pub const fn set_min_rev(&mut self, val: MinRev)
Shows the IP’s Minor revision of the TRNG.
Sourcepub const fn set_maj_rev(&mut self, val: MajRev)
pub const fn set_maj_rev(&mut self, val: MajRev)
Shows the IP’s Major revision of the TRNG.
Trait Implementations§
impl Copy for Vid1
impl Eq for Vid1
impl StructuralPartialEq for Vid1
Auto Trait Implementations§
impl Freeze for Vid1
impl RefUnwindSafe for Vid1
impl Send for Vid1
impl Sync for Vid1
impl Unpin for Vid1
impl UnwindSafe for Vid1
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