index
:
simple_tiff_binding.git
master
push-sspklqul
Simple Tiff Binding Library (Rust)
Christian Cunningham
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
label_formats
/
label_format.rs
blob: 0f33932d24ff03f19c5979f2464fc0d90f34c00e (
plain
)
1
2
3
4
5
pub struct
LabelFormat
{
pub
buffer
:
Vec
<
u16
>,
pub
width
:
usize
,
pub
height
:
usize
,
}