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