[][src]Struct fable_data::Gtg

pub struct Gtg { /* fields omitted */ }

Methods

impl Gtg[src]

pub fn decode_gtg(input: &[u8]) -> IResult<&[u8], Gtg, Error>[src]

pub fn decode_gtg_map(input: &[u8]) -> IResult<&[u8], Tng, Error>[src]

pub fn decode_gtg_field_named(
    name: &'static str
) -> impl Fn(&[u8]) -> IResult<&[u8], ScriptField, Error>
[src]

This is a variation of fable::script::decode_tagged_field because "NEWMAP" and "ENDMAP" don't use semicolons.

Trait Implementations

impl Debug for Gtg[src]

impl Decode for Gtg[src]

impl PartialEq<Gtg> for Gtg[src]

impl StructuralPartialEq for Gtg[src]

Auto Trait Implementations

impl RefUnwindSafe for Gtg

impl Send for Gtg

impl Sync for Gtg

impl Unpin for Gtg

impl UnwindSafe for Gtg

Blanket Implementations

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

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

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

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.