1#[derive(Debug, Clone)] 2pub struct HoldConditionalExecution { 3 pub(crate) reset_to_false: bool, 4 pub(crate) p: *mut crate::records::lint_global_local::LintGlobalLocal, 5}