pub struct GCode<'r> {
pub line_number: Option<u32>,
pub mnemonic: Mnemonic,
pub major: u32,
pub minor: u32,
/* private fields */
}
Fields§
§line_number: Option<u32>
§mnemonic: Mnemonic
§major: u32
§minor: u32
Implementations§
Trait Implementations§
impl<'r> StructuralPartialEq for GCode<'r>
Auto Trait Implementations§
impl<'r> Freeze for GCode<'r>
impl<'r> RefUnwindSafe for GCode<'r>
impl<'r> Send for GCode<'r>
impl<'r> Sync for GCode<'r>
impl<'r> Unpin for GCode<'r>
impl<'r> UnwindSafe for GCode<'r>
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