#[repr(transparent)]pub struct VdIoCfg(pub u32);Expand description
IO Voltage Detect Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl VdIoCfg
impl VdIoCfg
Sourcepub const fn lock(&self) -> VdIoCfgLock
pub const fn lock(&self) -> VdIoCfgLock
IO Voltage Detect Reset Enable Lock
Sourcepub const fn set_lock(&mut self, val: VdIoCfgLock)
pub const fn set_lock(&mut self, val: VdIoCfgLock)
IO Voltage Detect Reset Enable Lock
Trait Implementations§
impl Copy for VdIoCfg
impl Eq for VdIoCfg
impl StructuralPartialEq for VdIoCfg
Auto Trait Implementations§
impl Freeze for VdIoCfg
impl RefUnwindSafe for VdIoCfg
impl Send for VdIoCfg
impl Sync for VdIoCfg
impl Unpin for VdIoCfg
impl UnwindSafe for VdIoCfg
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