pub struct FieldInfo<'a> {
pub access_flags: u16,
pub name_index: CPIndex<'a, UTF8Info<'a>>,
pub descriptor_index: CPIndex<'a, UTF8Info<'a>>,
pub attributes: Attributes<'a>,
}
Fields§
§access_flags: u16
§name_index: CPIndex<'a, UTF8Info<'a>>
§descriptor_index: CPIndex<'a, UTF8Info<'a>>
§attributes: Attributes<'a>
Implementations§
Trait Implementations§
impl<'a> Eq for FieldInfo<'a>
impl<'a> StructuralPartialEq for FieldInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for FieldInfo<'a>
impl<'a> RefUnwindSafe for FieldInfo<'a>
impl<'a> Send for FieldInfo<'a>
impl<'a> Sync for FieldInfo<'a>
impl<'a> Unpin for FieldInfo<'a>
impl<'a> UnwindSafe for FieldInfo<'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