pub struct NameAndTypeInfo<'a> {
pub name_index: CPIndex<'a, UTF8Info<'a>>,
pub descriptor_index: CPIndex<'a, UTF8Info<'a>>,
}
Fields§
§name_index: CPIndex<'a, UTF8Info<'a>>
§descriptor_index: CPIndex<'a, UTF8Info<'a>>
Implementations§
Source§impl<'a> NameAndTypeInfo<'a>
impl<'a> NameAndTypeInfo<'a>
Trait Implementations§
Source§impl<'a> CPType<'a> for NameAndTypeInfo<'a>
impl<'a> CPType<'a> for NameAndTypeInfo<'a>
Source§impl<'a> Clone for NameAndTypeInfo<'a>
impl<'a> Clone for NameAndTypeInfo<'a>
Source§fn clone(&self) -> NameAndTypeInfo<'a>
fn clone(&self) -> NameAndTypeInfo<'a>
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<'a> Debug for NameAndTypeInfo<'a>
impl<'a> Debug for NameAndTypeInfo<'a>
Source§impl<'a> Hash for NameAndTypeInfo<'a>
impl<'a> Hash for NameAndTypeInfo<'a>
Source§impl<'a> PartialEq for NameAndTypeInfo<'a>
impl<'a> PartialEq for NameAndTypeInfo<'a>
impl<'a> Eq for NameAndTypeInfo<'a>
impl<'a> StructuralPartialEq for NameAndTypeInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for NameAndTypeInfo<'a>
impl<'a> RefUnwindSafe for NameAndTypeInfo<'a>
impl<'a> Send for NameAndTypeInfo<'a>
impl<'a> Sync for NameAndTypeInfo<'a>
impl<'a> Unpin for NameAndTypeInfo<'a>
impl<'a> UnwindSafe for NameAndTypeInfo<'a>
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