#[repr(transparent)]pub struct Sdctl(pub u32);Expand description
Seed Control Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sdctl
impl Eq for Sdctl
impl StructuralPartialEq for Sdctl
Auto Trait Implementations§
impl Freeze for Sdctl
impl RefUnwindSafe for Sdctl
impl Send for Sdctl
impl Sync for Sdctl
impl Unpin for Sdctl
impl UnwindSafe for Sdctl
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