[−][src]Struct abxml::visitor::xml::AttributeHelper
Methods
impl AttributeHelper
[src]
pub fn resolve_reference<'a, R: ResourceTrait<'a>>(
resources: &R,
id: u32,
prefix: &str
) -> Result<String, Error>
[src]
resources: &R,
id: u32,
prefix: &str
) -> Result<String, Error>
pub fn resolve_flags<'a, R: ResourceTrait<'a>, A: AttributeTrait>(
attribute: &A,
flags: u32,
xml_resources: &[u32],
resources: &R
) -> Option<String>
[src]
attribute: &A,
flags: u32,
xml_resources: &[u32],
resources: &R
) -> Option<String>
fn search_values<'a, R: ResourceTrait<'a>>(
flags: u32,
name_index: u32,
xml_resources: &[u32],
resources: &R
) -> Option<String>
[src]
flags: u32,
name_index: u32,
xml_resources: &[u32],
resources: &R
) -> Option<String>
fn search_flags(
flags: u32,
entry_ref: u32,
package: &dyn Library
) -> Option<String>
[src]
flags: u32,
entry_ref: u32,
package: &dyn Library
) -> Option<String>
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]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,