pub struct TlbTarget {
pub number: Option<u8>,
pub label: Option<String>,
}Expand description
A single tracked target entry within a TLB sentence.
Fields§
§number: Option<u8>Target number.
label: Option<String>Target label.
Trait Implementations§
impl StructuralPartialEq for TlbTarget
Auto Trait Implementations§
impl Freeze for TlbTarget
impl RefUnwindSafe for TlbTarget
impl Send for TlbTarget
impl Sync for TlbTarget
impl Unpin for TlbTarget
impl UnsafeUnpin for TlbTarget
impl UnwindSafe for TlbTarget
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