pub struct JvmFieldCompat {
pub access_flags: u16,
pub name_index: u16,
pub descriptor_index: u16,
}Expand description
向后兼容的 JvmField 结构
Fields§
§access_flags: u16访问标志
name_index: u16字段名索引
descriptor_index: u16描述符索引
Trait Implementations§
Source§impl Clone for JvmFieldCompat
impl Clone for JvmFieldCompat
Source§fn clone(&self) -> JvmFieldCompat
fn clone(&self) -> JvmFieldCompat
Returns a duplicate 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 JvmFieldCompat
impl RefUnwindSafe for JvmFieldCompat
impl Send for JvmFieldCompat
impl Sync for JvmFieldCompat
impl Unpin for JvmFieldCompat
impl UnsafeUnpin for JvmFieldCompat
impl UnwindSafe for JvmFieldCompat
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