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