pub struct LcnfVarId(pub u64);Expand description
A unique variable identifier in LCNF.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for LcnfVarId
impl Eq for LcnfVarId
impl StructuralPartialEq for LcnfVarId
Auto Trait Implementations§
impl Freeze for LcnfVarId
impl RefUnwindSafe for LcnfVarId
impl Send for LcnfVarId
impl Sync for LcnfVarId
impl Unpin for LcnfVarId
impl UnsafeUnpin for LcnfVarId
impl UnwindSafe for LcnfVarId
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