pub struct UnitDiag {
pub bits: BTreeMap<u32, UnitDiagBitInfo>,
pub not_bits: BTreeMap<u32, UnitDiagBitInfo>,
pub areas: Vec<UnitDiagArea>,
}
Fields§
§bits: BTreeMap<u32, UnitDiagBitInfo>
§not_bits: BTreeMap<u32, UnitDiagBitInfo>
§areas: Vec<UnitDiagArea>
Trait Implementations§
impl Eq for UnitDiag
impl StructuralPartialEq for UnitDiag
Auto Trait Implementations§
impl Freeze for UnitDiag
impl RefUnwindSafe for UnitDiag
impl Send for UnitDiag
impl Sync for UnitDiag
impl Unpin for UnitDiag
impl UnwindSafe for UnitDiag
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