Struct parse::pool::ConstantInterfaceMethod
source · pub struct ConstantInterfaceMethod {
pub tag: ConstantTag,
pub class: Addressed<ConstantClass>,
pub name_and_type: Addressed<ConstantNameAndType>,
}
Fields§
§tag: ConstantTag
§class: Addressed<ConstantClass>
§name_and_type: Addressed<ConstantNameAndType>
Trait Implementations§
source§impl Clone for ConstantInterfaceMethod
impl Clone for ConstantInterfaceMethod
source§fn clone(&self) -> ConstantInterfaceMethod
fn clone(&self) -> ConstantInterfaceMethod
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ConstantInterfaceMethod
impl Send for ConstantInterfaceMethod
impl Sync for ConstantInterfaceMethod
impl Unpin for ConstantInterfaceMethod
impl !UnwindSafe for ConstantInterfaceMethod
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