pub enum MacroInteger {
Value(u32),
Variable(u32),
Expression(String),
}Expand description
Gerber specification (2021.02 - 2024.05) 3.4.1 Integers “Integers must fit in a 32-bit signed integer”
Variants§
Trait Implementations§
Source§impl Clone for MacroInteger
impl Clone for MacroInteger
Source§fn clone(&self) -> MacroInteger
fn clone(&self) -> MacroInteger
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MacroInteger
impl Debug for MacroInteger
Source§impl PartialEq for MacroInteger
impl PartialEq for MacroInteger
impl StructuralPartialEq for MacroInteger
Auto Trait Implementations§
impl Freeze for MacroInteger
impl RefUnwindSafe for MacroInteger
impl Send for MacroInteger
impl Sync for MacroInteger
impl Unpin for MacroInteger
impl UnwindSafe for MacroInteger
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)