Handbook
Glossary
embedded-image-footer.union
Vocabulary
tools
.
image
Class description
Overlay of 32 and 64 bit embedded image footer
Definition
USING:
classes.struct
specialized-arrays.instances.alien.c-types.u8
;
IN:
tools.image
UNION-STRUCT:
embedded-image-footer.union
{
b32
embedded-image-footer.32
initial:
S{
embedded-image-footer.32
{
trailing
u8-array{
0 0 0 0 0 0 0 0
}
}
{
magic 0
}
{
image-offset 0
}
}
}
{
b64
embedded-image-footer.64
initial:
S{
embedded-image-footer.64
{
magic 0
}
{
image-offset 0
}
}
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
tools.image
;
M:
embedded-image-footer.union
clone
clone-underlying
\
embedded-image-footer.union
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
tools.image
;
M:
embedded-image-footer.union
struct-slot-values
{
[
b32>>
]
[
b64>>
]
}
cleave>array
;
inline