Struct bl602_sdk::uart::uart_reg__bindgen_ty_16__bindgen_ty_1 [−][src]
#[repr(C)]#[repr(align(4))]pub struct uart_reg__bindgen_ty_16__bindgen_ty_1 { pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, }
Fields
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations
pub fn new_bitfield_1(
uart_fifo_wdata: u32,
reserved_8_31: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for uart_reg__bindgen_ty_16__bindgen_ty_1
impl Sync for uart_reg__bindgen_ty_16__bindgen_ty_1
impl Unpin for uart_reg__bindgen_ty_16__bindgen_ty_1
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.