pub struct ShxRecord {
pub offset_bytes: u64,
pub content_len_bytes: u32,
}Fields§
§offset_bytes: u64Byte offset of the record header in .shp.
content_len_bytes: u32Content length in bytes (excludes the 8-byte record header).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShxRecord
impl RefUnwindSafe for ShxRecord
impl Send for ShxRecord
impl Sync for ShxRecord
impl Unpin for ShxRecord
impl UnsafeUnpin for ShxRecord
impl UnwindSafe for ShxRecord
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more