pub struct ExecutableArgument {
pub expr: CompiledExpr,
pub width: usize,
pub signed: bool,
pub is_string: bool,
}Fields§
§expr: CompiledExpr§width: usize§signed: bool§is_string: boolAuto Trait Implementations§
impl Freeze for ExecutableArgument
impl RefUnwindSafe for ExecutableArgument
impl Send for ExecutableArgument
impl Sync for ExecutableArgument
impl Unpin for ExecutableArgument
impl UnsafeUnpin for ExecutableArgument
impl UnwindSafe for ExecutableArgument
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