pub struct MethodParameter {
pub name: u16,
pub access_flags: AccessFlags,
}
Fields§
§name: u16
§access_flags: AccessFlags
Trait Implementations§
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