Struct rp_pac::vreg_and_chip_reset::regs::Bod
source · #[repr(transparent)]pub struct Bod(pub u32);
Expand description
brown-out detection control
Tuple Fields§
§0: u32
Implementations§
source§impl Bod
impl Bod
Trait Implementations§
impl Copy for Bod
impl Eq for Bod
impl StructuralPartialEq for Bod
Auto Trait Implementations§
impl Freeze for Bod
impl RefUnwindSafe for Bod
impl Send for Bod
impl Sync for Bod
impl Unpin for Bod
impl UnwindSafe for Bod
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)