pub struct RegWindow { /* private fields */ }Expand description
Contiguous register window (e.g. four slots for make_msg natives).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegWindow
impl RefUnwindSafe for RegWindow
impl Send for RegWindow
impl Sync for RegWindow
impl Unpin for RegWindow
impl UnsafeUnpin for RegWindow
impl UnwindSafe for RegWindow
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