#[repr(C)]struct InteractiveHtmlBomRefMap {
reference: *const QString,
id: usize,
}Expand description
Wrapper for [RefMap]
Fields§
§reference: *const QStringPart reference
id: usizeFootprint ID
Auto Trait Implementations§
impl Freeze for InteractiveHtmlBomRefMap
impl RefUnwindSafe for InteractiveHtmlBomRefMap
impl !Send for InteractiveHtmlBomRefMap
impl !Sync for InteractiveHtmlBomRefMap
impl Unpin for InteractiveHtmlBomRefMap
impl UnwindSafe for InteractiveHtmlBomRefMap
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