pub trait AsLoadConfigV4 {
    // Provided methods
    fn dynamic_value_reloc_table(&self) -> u64 { ... }
    fn hybrid_metadata_pointer(&self) -> u64 { ... }
}

Provided Methods§

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV4

§

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

Formats the value using the given formatter. Read more

Implementors§