diff options
| author | Mason Reed <mason@vector35.com> | 2025-10-22 00:17:08 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-23 14:29:15 -0400 |
| commit | f37ea09e02dce277cd638a8098a58200cfa2d9f9 (patch) | |
| tree | 3b7aa6a0dff9c6cfb6637aadb16fab9211e060e5 /rust/src/types.rs | |
| parent | 00a643213d69a3152e21ae8fe20657674cfd8118 (diff) | |
[Rust] Misc formatting
Diffstat (limited to 'rust/src/types.rs')
| -rw-r--r-- | rust/src/types.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/src/types.rs b/rust/src/types.rs index 7566cff8..5849a2f3 100644 --- a/rust/src/types.rs +++ b/rust/src/types.rs @@ -1668,7 +1668,7 @@ impl Structure { /// /// We must pass a [`TypeContainer`] here so that we can resolve base structure members, as they /// are treated as members through this function. Typically, you get the [`TypeContainer`] - /// through the binary view with [`BinaryView::get_type_container`]. + /// through the binary view with [`BinaryViewExt::get_type_container`]. pub fn members_at_offset( &self, container: &TypeContainer, @@ -1701,7 +1701,7 @@ impl Structure { /// Returns the list of all structure members, including inherited ones. /// /// Because we must traverse through base structures, we have to provide the [`TypeContainer`]; - /// in most cases it is ok to provide the binary views container via [`BinaryView::type_container`]. + /// in most cases it is ok to provide the binary views container via [`BinaryViewExt::type_container`]. pub fn members_including_inherited( &self, container: &TypeContainer, |
