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