struct RootedByteFrame<'a> {
func: Rt<Slot<&'a ByteFn>>,
pc_offset: usize,
}
Expand description
Automatically derived from ByteFrame via #[derive(Trace)]
Fields§
§func: Rt<Slot<&'a ByteFn>>
§pc_offset: usize
Auto Trait Implementations§
impl<'a> !Freeze for RootedByteFrame<'a>
impl<'a> !RefUnwindSafe for RootedByteFrame<'a>
impl<'a> !Send for RootedByteFrame<'a>
impl<'a> !Sync for RootedByteFrame<'a>
impl<'a> !Unpin for RootedByteFrame<'a>
impl<'a> !UnwindSafe for RootedByteFrame<'a>
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