pub struct FieldInfo {
pub acc_flags: U2,
pub name_index: U2,
pub desc_index: U2,
pub attrs: Vec<Type>,
}
Fields§
§acc_flags: U2
§name_index: U2
§desc_index: U2
§attrs: Vec<Type>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldInfo
impl RefUnwindSafe for FieldInfo
impl Send for FieldInfo
impl Sync for FieldInfo
impl Unpin for FieldInfo
impl UnwindSafe for FieldInfo
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