pub trait AsLoadConfigV7 {
    // Provided methods
    fn reserved3(&self) -> u32 { ... }
    fn addressof_unicode_string(&self) -> u64 { ... }
}

Provided Methods§

fn reserved3(&self) -> u32

fn addressof_unicode_string(&self) -> u64

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV7

§

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

Formats the value using the given formatter. Read more

Implementors§