pub enum AssignOp {
AssignSignal,
AssignConstraintSignal,
AssignLocalOrComponent,
}Variants
AssignSignal
A signal assignment (using <--)
AssignConstraintSignal
A signal assignment (using <==)
AssignLocalOrComponent
A local variable assignment or component initialization (using =).
Trait Implementations
sourceimpl PartialEq<AssignOp> for AssignOp
impl PartialEq<AssignOp> for AssignOp
impl Copy for AssignOp
impl Eq for AssignOp
impl StructuralEq for AssignOp
impl StructuralPartialEq for AssignOp
Auto Trait Implementations
impl RefUnwindSafe for AssignOp
impl Send for AssignOp
impl Sync for AssignOp
impl Unpin for AssignOp
impl UnwindSafe for AssignOp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more