pub struct FileConvergence {
pub enabled: bool,
pub angle: f64,
}Expand description
UTM Convergence parameter from the % or * parameter in MAK files
Fields§
§enabled: boolWhether file-level convergence is enabled (%) or disabled (*)
angle: f64The convergence angle value
Trait Implementations§
Source§impl Clone for FileConvergence
impl Clone for FileConvergence
Source§fn clone(&self) -> FileConvergence
fn clone(&self) -> FileConvergence
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileConvergence
impl Debug for FileConvergence
Source§impl PartialEq for FileConvergence
impl PartialEq for FileConvergence
impl Copy for FileConvergence
impl StructuralPartialEq for FileConvergence
Auto Trait Implementations§
impl Freeze for FileConvergence
impl RefUnwindSafe for FileConvergence
impl Send for FileConvergence
impl Sync for FileConvergence
impl Unpin for FileConvergence
impl UnwindSafe for FileConvergence
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