Trait core::convert::FloatToInt [−][src]
pub trait FloatToInt<Int>: Sealed + Sized { }
Expand description
支持 f32
和 f64
的固有方法 (例如 to_int_unchecked
) 的 trait。
通常不需要直接使用。
pub trait FloatToInt<Int>: Sealed + Sized { }
支持 f32
和 f64
的固有方法 (例如 to_int_unchecked
) 的 trait。
通常不需要直接使用。