pub struct Abbrev {
pub code: u64,
pub tag: DwTag,
pub children: bool,
pub attributes: Vec<AbbrevAttribute>,
}Fields§
§code: u64§tag: DwTag§children: bool§attributes: Vec<AbbrevAttribute>Implementations§
Trait Implementations§
impl Eq for Abbrev
impl StructuralPartialEq for Abbrev
Auto Trait Implementations§
impl Freeze for Abbrev
impl RefUnwindSafe for Abbrev
impl Send for Abbrev
impl Sync for Abbrev
impl Unpin for Abbrev
impl UnwindSafe for Abbrev
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