pub struct FieldrefInfo {
pub class_index: u16,
pub name_and_type_index: u16,
}Fields§
§class_index: u16§name_and_type_index: u16Trait Implementations§
Source§impl Clone for FieldrefInfo
impl Clone for FieldrefInfo
Source§fn clone(&self) -> FieldrefInfo
fn clone(&self) -> FieldrefInfo
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 FieldrefInfo
impl RefUnwindSafe for FieldrefInfo
impl Send for FieldrefInfo
impl Sync for FieldrefInfo
impl Unpin for FieldrefInfo
impl UnsafeUnpin for FieldrefInfo
impl UnwindSafe for FieldrefInfo
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