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