pub struct CtLocation {
pub input_index: usize,
pub ty: CtLocationType,
}Expand description
Data structure for Unifying inputs and pseudo-inputs.
Fields§
§input_index: usizeInput index
ty: CtLocationTypeInput or pseudo-input type
Trait Implementations§
Source§impl Clone for CtLocation
impl Clone for CtLocation
Source§fn clone(&self) -> CtLocation
fn clone(&self) -> CtLocation
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 moreSource§impl Debug for CtLocation
impl Debug for CtLocation
Source§impl Hash for CtLocation
impl Hash for CtLocation
Source§impl Ord for CtLocation
impl Ord for CtLocation
Source§fn cmp(&self, other: &CtLocation) -> Ordering
fn cmp(&self, other: &CtLocation) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CtLocation
impl PartialEq for CtLocation
Source§impl PartialOrd for CtLocation
impl PartialOrd for CtLocation
impl Copy for CtLocation
impl Eq for CtLocation
impl StructuralPartialEq for CtLocation
Auto Trait Implementations§
impl Freeze for CtLocation
impl RefUnwindSafe for CtLocation
impl Send for CtLocation
impl Sync for CtLocation
impl Unpin for CtLocation
impl UnwindSafe for CtLocation
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