pub struct LvsTagSymbol {
pub tag: u64,
pub ident: String,
}Fields§
§tag: u64§ident: StringTrait Implementations§
Source§impl Clone for LvsTagSymbol
impl Clone for LvsTagSymbol
Source§fn clone(&self) -> LvsTagSymbol
fn clone(&self) -> LvsTagSymbol
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LvsTagSymbol
impl RefUnwindSafe for LvsTagSymbol
impl Send for LvsTagSymbol
impl Sync for LvsTagSymbol
impl Unpin for LvsTagSymbol
impl UnwindSafe for LvsTagSymbol
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