pub struct DexProtos {
pub items: Vec<String>,
}Expand description
List of decoded prototypes in the DEX files
Fields§
§items: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DexProtos
impl RefUnwindSafe for DexProtos
impl Send for DexProtos
impl Sync for DexProtos
impl Unpin for DexProtos
impl UnwindSafe for DexProtos
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