pub struct NwEntry {
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 NwEntry
impl RefUnwindSafe for NwEntry
impl Send for NwEntry
impl Sync for NwEntry
impl Unpin for NwEntry
impl UnwindSafe for NwEntry
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