pub struct RuntimeVisibleTypeAnnotationsInfo {
pub attribute_name_index: ConstantPoolIndex,
pub attribute_length: u32,
pub num_annotations: u16,
pub annotations: Vec<TypeAnnotation>,
}
Fields§
§attribute_name_index: ConstantPoolIndex
§attribute_length: u32
§num_annotations: u16
§annotations: Vec<TypeAnnotation>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuntimeVisibleTypeAnnotationsInfo
impl RefUnwindSafe for RuntimeVisibleTypeAnnotationsInfo
impl Send for RuntimeVisibleTypeAnnotationsInfo
impl Sync for RuntimeVisibleTypeAnnotationsInfo
impl Unpin for RuntimeVisibleTypeAnnotationsInfo
impl UnwindSafe for RuntimeVisibleTypeAnnotationsInfo
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