Struct liberty_db::expression::LatchExpression
source · pub struct LatchExpression {
pub latch: Box<Latch>,
pub is_inverse: bool,
}Fields§
§latch: Box<Latch>§is_inverse: boolTrait Implementations§
source§impl BooleanExpressionLike for LatchExpression
impl BooleanExpressionLike for LatchExpression
source§fn table(&self) -> LogicTable
fn table(&self) -> LogicTable
get table with function
source§impl Clone for LatchExpression
impl Clone for LatchExpression
source§fn clone(&self) -> LatchExpression
fn clone(&self) -> LatchExpression
Returns a copy 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 LatchExpression
impl Debug for LatchExpression
source§impl Display for LatchExpression
impl Display for LatchExpression
source§impl From<LatchExpression> for BooleanExpression
impl From<LatchExpression> for BooleanExpression
source§fn from(v: LatchExpression) -> BooleanExpression
fn from(v: LatchExpression) -> BooleanExpression
Converts to this type from the input type.
source§impl TryInto<LatchExpression> for BooleanExpression
impl TryInto<LatchExpression> for BooleanExpression
Auto Trait Implementations§
impl RefUnwindSafe for LatchExpression
impl Send for LatchExpression
impl Sync for LatchExpression
impl Unpin for LatchExpression
impl UnwindSafe for LatchExpression
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