use std::fmt;#[derive(Debug)]struct Point2D{ x:f64, y:f64,}impl fmt::Display for Point2D{ fn fmt(&self,f: &mut fmt::Formatter) ...
確定! 回上一頁