Union bl602_sdk::pwm::pwm_reg__bindgen_ty_4 [−][src]
#[repr(C)]
pub union pwm_reg__bindgen_ty_4 {
pub BF: pwm_reg__bindgen_ty_4__bindgen_ty_1,
pub WORD: u32,
}Fields
BF: pwm_reg__bindgen_ty_4__bindgen_ty_1WORD: u32Trait Implementations
Auto Trait Implementations
impl Send for pwm_reg__bindgen_ty_4impl Sync for pwm_reg__bindgen_ty_4impl Unpin for pwm_reg__bindgen_ty_4Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.