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