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