Trait svd2rust::util::U32Ext

source ·
pub trait U32Ext {
    // Required methods
    fn size_to_str(&self) -> Result<&str>;
    fn to_ty(&self) -> Result<Ident>;
    fn to_ty_width(&self) -> Result<u32>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl U32Ext for u32

Implementors§