pub struct AnnotationInfo {
pub type_index: u16,
pub num_element_value_pairs: u16,
pub element_value_pairs: Vec<AnnotationElement>,
}Fields§
§type_index: u16§num_element_value_pairs: u16§element_value_pairs: Vec<AnnotationElement>Trait Implementations§
Source§impl Clone for AnnotationInfo
impl Clone for AnnotationInfo
Source§fn clone(&self) -> AnnotationInfo
fn clone(&self) -> AnnotationInfo
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 moreAuto Trait Implementations§
impl Freeze for AnnotationInfo
impl RefUnwindSafe for AnnotationInfo
impl Send for AnnotationInfo
impl Sync for AnnotationInfo
impl Unpin for AnnotationInfo
impl UnwindSafe for AnnotationInfo
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