pub struct DexFile {
pub header: Header,
pub file_data: DexFileData,
pub classes: Vec<ClassDefinition>,
}Fields§
§header: Header§file_data: DexFileData§classes: Vec<ClassDefinition>Trait Implementations§
impl StructuralPartialEq for DexFile
Auto Trait Implementations§
impl Freeze for DexFile
impl RefUnwindSafe for DexFile
impl !Send for DexFile
impl !Sync for DexFile
impl Unpin for DexFile
impl UnwindSafe for DexFile
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