pub type TableKeyedPatch<'a> = TableRef<'a, TableKeyedPatchMarker>;
Expand description
Aliased Type§
struct TableKeyedPatch<'a> { /* private fields */ }
Implementations§
Source§impl<'a> TableKeyedPatch<'a>
impl<'a> TableKeyedPatch<'a>
pub fn format(&self) -> Tag
Sourcepub fn compatibility_id(&self) -> CompatibilityId
pub fn compatibility_id(&self) -> CompatibilityId
Unique ID that identifies compatible patches.
pub fn patches_count(&self) -> u16
pub fn patch_offsets(&self) -> &'a [BigEndian<Offset32>]
Sourcepub fn patches(&self) -> ArrayOfOffsets<'a, TablePatch<'a>, Offset32>
pub fn patches(&self) -> ArrayOfOffsets<'a, TablePatch<'a>, Offset32>
A dynamically resolving wrapper for patch_offsets
.