pub struct DexStrings {
pub strings: Vec<String>,
}Expand description
List of strings of a DEX file
Fields§
§strings: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DexStrings
impl RefUnwindSafe for DexStrings
impl Send for DexStrings
impl Sync for DexStrings
impl Unpin for DexStrings
impl UnwindSafe for DexStrings
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