ankh v0.3.1 Ankh.Frame.Flags protocol
Protocol for enoding/decoding flags structs
Summary
Types
Struct conforming to the Ankh.Frame.Flags
protocol
Types
Struct conforming to the Ankh.Frame.Flags
protocol
Functions
Decodes a binary into a conforming struct
Parameters:
- struct: struct conforming to the
Ankh.Frame.Flags
protocol - binary: data to decode into the struct
- options: options to pass as context to the decoding function
Encodes a conforming struct into binary
Parameters:
- struct: struct conforming to the
Ankh.Frame.Flags
protocol - options: options to pass as context to the encoding function