Physically, there is no difference between the two. A clustered constraint is physically implemented as a clustered index.
A Constraint is a logical concept, and the index structure is simply a way of making it physical.
If the clustered constraint is a primary key constraint, then the optimizer will treat this slightly differently to an ordinary clustered index since no NULL values are allowed and uniqueness is guaranteed.