pub struct ArchMem<T: PtrSize, U: DatSize, W: ArchReg> {
pub segr: Option<Box<W>>,
pub v: ArgSymbol<T, U>,
}Fields§
§segr: Option<Box<W>>§v: ArgSymbol<T, U>Auto Trait Implementations§
impl<T, U, W> !Send for ArchMem<T, U, W>
impl<T, U, W> !Sync for ArchMem<T, U, W>
impl<T, U, W> Freeze for ArchMem<T, U, W>
impl<T, U, W> RefUnwindSafe for ArchMem<T, U, W>
impl<T, U, W> Unpin for ArchMem<T, U, W>
impl<T, U, W> UnsafeUnpin for ArchMem<T, U, W>
impl<T, U, W> UnwindSafe for ArchMem<T, U, W>
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