pub trait AsLoadConfigV1 {
    // Provided methods
    fn guard_cf_check_function_pointer(&self) -> u64 { ... }
    fn guard_cf_dispatch_function_pointer(&self) -> u64 { ... }
    fn guard_cf_function_table(&self) -> u64 { ... }
    fn guard_cf_function_count(&self) -> u64 { ... }
    fn guard_flags(&self) -> u32 { ... }
}

Provided Methods§

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV1

§

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

Formats the value using the given formatter. Read more

Implementors§