pub struct TempLimits {
pub max_nozzle: f64,
pub max_bed: f64,
}Expand description
Temperature ceilings (°C) a raw G-code line may not exceed.
Fields§
§max_nozzle: f64§max_bed: f64Trait Implementations§
Source§impl Clone for TempLimits
impl Clone for TempLimits
Source§fn clone(&self) -> TempLimits
fn clone(&self) -> TempLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TempLimits
Source§impl Debug for TempLimits
impl Debug for TempLimits
Auto Trait Implementations§
impl Freeze for TempLimits
impl RefUnwindSafe for TempLimits
impl Send for TempLimits
impl Sync for TempLimits
impl Unpin for TempLimits
impl UnsafeUnpin for TempLimits
impl UnwindSafe for TempLimits
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