pub struct Material {Show 13 fields
pub allowance: Option<f64>,
pub jog_speed: Option<f64>,
pub mill_ara: Option<f64>,
pub mill_shiage: Option<f64>,
pub path_height: Option<f64>,
pub pocket_step: Option<f64>,
pub price: Option<f64>,
pub rotation_speed: Option<f64>,
pub rotation_speed_3_d: Option<f64>,
pub tab: Option<Tab>,
pub v_bit_path_height: Option<f64>,
pub xy_speed: Option<f64>,
pub z_speed: Option<f64>,
}Expand description
材料情報
Fields§
§allowance: Option<f64>許容量
jog_speed: Option<f64>ジョグ移動速度
mill_ara: Option<f64>荒削りミル径
mill_shiage: Option<f64>仕上げ削りミル径
path_height: Option<f64>加工高さ
pocket_step: Option<f64>ポケット加工ステップ
price: Option<f64>材料価格
rotation_speed: Option<f64>回転速度
rotation_speed_3_d: Option<f64>3D加工時の回転速度
tab: Option<Tab>タブ設定
v_bit_path_height: Option<f64>Vビット加工高さ
xy_speed: Option<f64>XY軸移動速度
z_speed: Option<f64>Z軸移動速度
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Material
impl<'de> Deserialize<'de> for Material
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Material
impl RefUnwindSafe for Material
impl Send for Material
impl Sync for Material
impl Unpin for Material
impl UnwindSafe for Material
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more