pub struct EncodedAnnotationAttribute {
pub name_idx: DULeb128,
pub value: EncodedValue,
}Fields§
§name_idx: DULeb128§value: EncodedValueTrait Implementations§
Source§impl Clone for EncodedAnnotationAttribute
impl Clone for EncodedAnnotationAttribute
Source§fn clone(&self) -> EncodedAnnotationAttribute
fn clone(&self) -> EncodedAnnotationAttribute
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EncodedAnnotationAttribute
impl Debug for EncodedAnnotationAttribute
Source§impl Dex2Smali for EncodedAnnotationAttribute
impl Dex2Smali for EncodedAnnotationAttribute
fn to_smali(&self, dex_file_accessor: &DexFileAccessor) -> SmaliNode
impl Eq for EncodedAnnotationAttribute
impl StructuralPartialEq for EncodedAnnotationAttribute
Auto Trait Implementations§
impl Freeze for EncodedAnnotationAttribute
impl RefUnwindSafe for EncodedAnnotationAttribute
impl Send for EncodedAnnotationAttribute
impl Sync for EncodedAnnotationAttribute
impl Unpin for EncodedAnnotationAttribute
impl UnwindSafe for EncodedAnnotationAttribute
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