pub(crate) struct ListingLine {
pub(crate) span: Option<SimpleSpan>,
pub(crate) rc_source: Option<RcWordSource>,
pub(crate) content: Option<(Address, Unsigned36Bit)>,
}
Fields§
§span: Option<SimpleSpan>
§rc_source: Option<RcWordSource>
§content: Option<(Address, Unsigned36Bit)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListingLine
impl RefUnwindSafe for ListingLine
impl Send for ListingLine
impl Sync for ListingLine
impl Unpin for ListingLine
impl UnwindSafe for ListingLine
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