pub struct NwFunction {
pub name: String,
pub return_type: String,
pub parameters: Vec<String>,
pub offset: String,
}
Fields§
§name: String
§return_type: String
§parameters: Vec<String>
§offset: String
Auto Trait Implementations§
impl Freeze for NwFunction
impl RefUnwindSafe for NwFunction
impl Send for NwFunction
impl Sync for NwFunction
impl Unpin for NwFunction
impl UnwindSafe for NwFunction
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