pub struct Gtg { /* private fields */ }Implementations§
Source§impl Gtg
impl Gtg
pub fn decode_gtg(input: &[u8]) -> IResult<&[u8], Gtg, Error>
pub fn decode_gtg_map(input: &[u8]) -> IResult<&[u8], Tng, Error>
Sourcepub fn decode_gtg_field_named(
name: &'static str,
) -> impl Fn(&[u8]) -> IResult<&[u8], ScriptField, Error>
pub fn decode_gtg_field_named( name: &'static str, ) -> impl Fn(&[u8]) -> IResult<&[u8], ScriptField, Error>
This is a variation of fable::script::decode_tagged_field because “NEWMAP” and “ENDMAP” don’t use semicolons.
Trait Implementations§
impl StructuralPartialEq for Gtg
Auto Trait Implementations§
impl Freeze for Gtg
impl RefUnwindSafe for Gtg
impl Send for Gtg
impl Sync for Gtg
impl Unpin for Gtg
impl UnwindSafe for Gtg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more