#[repr(C)]pub union CONTROL_Type {
pub b: CONTROL_Type__bindgen_ty_1,
pub w: u32,
}Expand description
\brief Union type to access the Control Registers (CONTROL).
Fields§
§b: CONTROL_Type__bindgen_ty_1< Structure used for bit access
w: u32< Type used for word access
Trait Implementations§
Source§impl Clone for CONTROL_Type
impl Clone for CONTROL_Type
Source§fn clone(&self) -> CONTROL_Type
fn clone(&self) -> CONTROL_Type
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CONTROL_Type
Auto Trait Implementations§
impl Freeze for CONTROL_Type
impl RefUnwindSafe for CONTROL_Type
impl Send for CONTROL_Type
impl Sync for CONTROL_Type
impl Unpin for CONTROL_Type
impl UnwindSafe for CONTROL_Type
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