Union bl602_sdk::pwm::pwm_reg__bindgen_ty_24 [−][src]
#[repr(C)]
pub union pwm_reg__bindgen_ty_24 {
pub BF: pwm_reg__bindgen_ty_24__bindgen_ty_1,
pub WORD: u32,
}Fields
BF: pwm_reg__bindgen_ty_24__bindgen_ty_1WORD: u32Trait Implementations
Auto Trait Implementations
impl Send for pwm_reg__bindgen_ty_24impl Sync for pwm_reg__bindgen_ty_24impl Unpin for pwm_reg__bindgen_ty_24Blanket 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.