Union bl602_sdk::uart::uart_reg__bindgen_ty_9 [−][src]
#[repr(C)] pub union uart_reg__bindgen_ty_9 { pub BF: uart_reg__bindgen_ty_9__bindgen_ty_1, pub WORD: u32, }
Fields
BF: uart_reg__bindgen_ty_9__bindgen_ty_1
WORD: u32
Trait Implementations
Auto Trait Implementations
impl Send for uart_reg__bindgen_ty_9
impl Sync for uart_reg__bindgen_ty_9
impl Unpin for uart_reg__bindgen_ty_9
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.