pub struct ZigComptime {
pub body: Vec<ZigStmt>,
pub is_block: bool,
}Fields§
§body: Vec<ZigStmt>§is_block: boolImplementations§
Trait Implementations§
Source§impl Clone for ZigComptime
impl Clone for ZigComptime
Source§fn clone(&self) -> ZigComptime
fn clone(&self) -> ZigComptime
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 moreAuto Trait Implementations§
impl Freeze for ZigComptime
impl RefUnwindSafe for ZigComptime
impl Send for ZigComptime
impl Sync for ZigComptime
impl Unpin for ZigComptime
impl UnsafeUnpin for ZigComptime
impl UnwindSafe for ZigComptime
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