Searched defs:ClosedDiv (Results 1 – 6 of 6) sorted by relevance
15 pub trait ClosedDiv<Right = Self>: Sized + Div<Right, Output = Self> + DivAssign<Right> {} interface
135 pub trait ClosedDiv<Right = Self>: Sized + Div<Right, Output = Self> + DivAssign<Right> {} interface
136 func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
97 N: Scalar + Zero + One + ClosedDiv, in from_homogeneous()
102 T: Scalar + Zero + One + ClosedDiv, in from_homogeneous()