Struct bracket_terminal::rex::XpFile [−][src]
Expand description
Structure representing a REXPaint image file which is a stack of layers
Fields
version: i32Version number from header
layers: Vec<XpLayer>Layers of the image
Implementations
Construct a new XpFile with one layer of width by height. The contents will be empty (black foreground and background, character 0).
Helper to read from an BTerm resource
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XpFileimpl UnwindSafe for XpFileBlanket Implementations
Mutably borrows from an owned value. Read more