pub struct Enums {
pub bitwidth: Option<String>,
pub comment: Option<String>,
pub name: Option<String>,
pub typ: Option<String>,
pub contents: Vec<EnumsContent>,
}Fields§
§bitwidth: Option<String>§comment: Option<String>§name: Option<String>§typ: Option<String>§contents: Vec<EnumsContent>Trait Implementations§
impl Eq for Enums
impl StructuralPartialEq for Enums
Auto Trait Implementations§
impl Freeze for Enums
impl RefUnwindSafe for Enums
impl Send for Enums
impl Sync for Enums
impl Unpin for Enums
impl UnwindSafe for Enums
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more