pub struct MethodParameter {
pub name_index: U2,
pub acc_flags: U2,
}
Fields§
§name_index: U2
§acc_flags: U2
Trait Implementations§
Source§impl Clone for MethodParameter
impl Clone for MethodParameter
Source§fn clone(&self) -> MethodParameter
fn clone(&self) -> MethodParameter
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 moreSource§impl Debug for MethodParameter
impl Debug for MethodParameter
impl Copy for MethodParameter
Auto Trait Implementations§
impl Freeze for MethodParameter
impl RefUnwindSafe for MethodParameter
impl Send for MethodParameter
impl Sync for MethodParameter
impl Unpin for MethodParameter
impl UnwindSafe for MethodParameter
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