Trait DShr

Source
pub trait DShr<RHS> {
    type Output;

    // Required method
    fn dshr(self, rhs: RHS) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn dshr(self, rhs: RHS) -> Self::Output

Implementors§

Source§

impl<T> DShr<T> for &Reg
where T: CmtAST,

Source§

impl<T> DShr<T> for &Integer
where T: CmtAST,

Source§

impl<T> DShr<T> for &Wire
where T: CmtAST,

Source§

impl<T> DShr<T> for &Var
where T: CmtAST,

Source§

impl<T> DShr<T> for Var
where T: CmtAST,

Source§

impl<T> DShr<T> for Vars
where T: CmtAST,