pub trait AsLoadConfigV5 {
    // Provided methods
    fn guard_rf_failure_routine(&self) -> u64 { ... }
    fn guard_rf_failure_routine_function_pointer(&self) -> u64 { ... }
    fn dynamic_value_reloctable_offset(&self) -> u32 { ... }
    fn dynamic_value_reloctable_section(&self) -> u16 { ... }
    fn reserved2(&self) -> u16 { ... }
}

Provided Methods§

Trait Implementations§

§

impl Debug for &dyn AsLoadConfigV5

§

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

Formats the value using the given formatter. Read more

Implementors§