[][src]Struct abxml::visitor::xml::AttributeHelper

pub struct AttributeHelper;

Methods

impl AttributeHelper[src]

pub fn resolve_reference<'a, R: ResourceTrait<'a>>(
    resources: &R,
    id: u32,
    prefix: &str
) -> Result<String, Error>
[src]

pub fn resolve_flags<'a, R: ResourceTrait<'a>, A: AttributeTrait>(
    attribute: &A,
    flags: u32,
    xml_resources: &[u32],
    resources: &R
) -> Option<String>
[src]

fn search_values<'a, R: ResourceTrait<'a>>(
    flags: u32,
    name_index: u32,
    xml_resources: &[u32],
    resources: &R
) -> Option<String>
[src]

fn search_flags(
    flags: u32,
    entry_ref: u32,
    package: &dyn Library
) -> Option<String>
[src]

fn get_strings(flags: u32, entry_ref: u32, package: &dyn Library) -> Vec<u32>[src]

fn compare_entries(a: &SimpleEntry, b: &SimpleEntry) -> Ordering[src]

Auto Trait Implementations

impl Unpin for AttributeHelper

impl Sync for AttributeHelper

impl Send for AttributeHelper

impl UnwindSafe for AttributeHelper

impl RefUnwindSafe for AttributeHelper

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]