(&self)
| 123 | } |
| 124 | |
| 125 | pub fn linked_section(&self) -> BnString { |
| 126 | unsafe { BnString::from_raw(BNSectionGetLinkedSection(self.handle)) } |
| 127 | } |
| 128 | |
| 129 | pub fn info_section(&self) -> BnString { |
| 130 | unsafe { BnString::from_raw(BNSectionGetInfoSection(self.handle)) } |