- add getters to BitmapLockInfo
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libczirw-sys"
|
name = "libczirw-sys"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.85.1"
|
rust-version = "1.85.1"
|
||||||
authors = ["Wim Pomp <w.pomp@nki.nl>"]
|
authors = ["Wim Pomp <w.pomp@nki.nl>"]
|
||||||
|
|||||||
@@ -555,6 +555,14 @@ impl BitmapLockInfo {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn get_stride(&self) -> u32 {
|
||||||
|
self.0.stride
|
||||||
|
}
|
||||||
|
|
||||||
|
pub fn get_size(&self) -> u64 {
|
||||||
|
self.0.size
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl SubBlockInfo {
|
impl SubBlockInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user