pub struct LvsPatternEdge {
pub dest: u64,
pub tag: u64,
pub constraints: Vec<LvsConstraint>,
}Fields§
§dest: u64§tag: u64§constraints: Vec<LvsConstraint>Trait Implementations§
Source§impl Clone for LvsPatternEdge
impl Clone for LvsPatternEdge
Source§fn clone(&self) -> LvsPatternEdge
fn clone(&self) -> LvsPatternEdge
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 LvsPatternEdge
impl RefUnwindSafe for LvsPatternEdge
impl Send for LvsPatternEdge
impl Sync for LvsPatternEdge
impl Unpin for LvsPatternEdge
impl UnwindSafe for LvsPatternEdge
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