pub trait AsLoadConfigV3 {
    // Provided methods
    fn guard_address_taken_iat_entry_table(&self) -> u64 { ... }
    fn guard_address_taken_iat_entry_count(&self) -> u64 { ... }
    fn guard_long_jump_target_table(&self) -> u64 { ... }
    fn guard_long_jump_target_count(&self) -> u64 { ... }
}

Provided Methods§

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV3

§

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

Formats the value using the given formatter. Read more

Implementors§