pub trait AsLoadConfigV10 {
    // Provided methods
    fn guard_xfg_check_function_pointer(&self) -> u64 { ... }
    fn guard_xfg_dispatch_function_pointer(&self) -> u64 { ... }
    fn guard_xfg_table_dispatch_function_pointer(&self) -> u64 { ... }
}

Provided Methods§

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV10

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§