pub struct AutoZigEngine { /* private fields */ }Expand description
Main engine for processing autozig! macros during build
Implementations§
Auto Trait Implementations§
impl Freeze for AutoZigEngine
impl RefUnwindSafe for AutoZigEngine
impl Send for AutoZigEngine
impl Sync for AutoZigEngine
impl Unpin for AutoZigEngine
impl UnwindSafe for AutoZigEngine
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