Struct anitomy_sys::Anitomy

source ·
pub struct Anitomy { /* private fields */ }
Expand description

An Anitomy parser instance.

Implementations§

Construct a new Anitomy instance.

Parses a filename.

true and false return values correspond to what Anitomy classifies as succeeding or failing in parsing a filename. Such as an AnimeTitle element being found.

Get the Elements container of this Anitomy instance.

Get the Options of this Anitomy instance.

Destroy this instance.

This should always be called to free the associated C++ Anitomy instance and resources.

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.