Practically, there is not different.
Mixin is implemented with multiple inheritence. Only with multiple inheritence, can we use mixin.
Mixin is a pattern like thing--so mixin objects cannot be used by themselves--they are only to add functionality to other classes.
So if you know Java, mixin is just like an interface with default implementation(and if you know Java, Java does not allow multiple inheritence)