Struct java_asm::jvms::attr::annotation::AnnotationElement
source · pub struct AnnotationElement {
pub element_name_index: u16,
pub value: AnnotationElementValueInfo,
}Fields§
§element_name_index: u16§value: AnnotationElementValueInfoTrait Implementations§
source§impl Clone for AnnotationElement
impl Clone for AnnotationElement
source§fn clone(&self) -> AnnotationElement
fn clone(&self) -> AnnotationElement
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 AnnotationElement
impl Debug for AnnotationElement
source§impl FromReadContext<AnnotationElement> for AnnotationElement
impl FromReadContext<AnnotationElement> for AnnotationElement
fn from_context(context: &mut ReadContext<'_>) -> AsmResult<AnnotationElement>
source§impl IntoWriteContext<AnnotationElement> for AnnotationElement
impl IntoWriteContext<AnnotationElement> for AnnotationElement
fn into_context(context: &mut WriteContext, into: AnnotationElement)
Auto Trait Implementations§
impl Freeze for AnnotationElement
impl RefUnwindSafe for AnnotationElement
impl Send for AnnotationElement
impl Sync for AnnotationElement
impl Unpin for AnnotationElement
impl UnwindSafe for AnnotationElement
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