pub struct RuntimeVisibleParameterAnnotationsInfo {
pub attribute_name_index: ConstantPoolIndex,
pub attribute_length: u32,
pub num_parameters: u8,
pub parameter_annotations: Vec<ParameterAnnotation>,
}
Fields§
§attribute_name_index: ConstantPoolIndex
§attribute_length: u32
§num_parameters: u8
§parameter_annotations: Vec<ParameterAnnotation>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuntimeVisibleParameterAnnotationsInfo
impl RefUnwindSafe for RuntimeVisibleParameterAnnotationsInfo
impl Send for RuntimeVisibleParameterAnnotationsInfo
impl Sync for RuntimeVisibleParameterAnnotationsInfo
impl Unpin for RuntimeVisibleParameterAnnotationsInfo
impl UnwindSafe for RuntimeVisibleParameterAnnotationsInfo
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