#[repr(C)]pub struct HSS_MSSIO_Bank_Config_ {
pub mssio_bank4_pcode_ncode_vs: u32,
pub mssio_bank2_pcode_ncode_vs: u32,
}Expand description
\brief Bank 2 and 4 voltage settings
Fields§
§mssio_bank4_pcode_ncode_vs: u32§mssio_bank2_pcode_ncode_vs: u32Trait Implementations§
Source§impl Clone for HSS_MSSIO_Bank_Config_
impl Clone for HSS_MSSIO_Bank_Config_
Source§fn clone(&self) -> HSS_MSSIO_Bank_Config_
fn clone(&self) -> HSS_MSSIO_Bank_Config_
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HSS_MSSIO_Bank_Config_
impl Debug for HSS_MSSIO_Bank_Config_
impl Copy for HSS_MSSIO_Bank_Config_
Auto Trait Implementations§
impl Freeze for HSS_MSSIO_Bank_Config_
impl RefUnwindSafe for HSS_MSSIO_Bank_Config_
impl Send for HSS_MSSIO_Bank_Config_
impl Sync for HSS_MSSIO_Bank_Config_
impl Unpin for HSS_MSSIO_Bank_Config_
impl UnsafeUnpin for HSS_MSSIO_Bank_Config_
impl UnwindSafe for HSS_MSSIO_Bank_Config_
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