struct ByteFrame<'a> {
func: Slot<&'a ByteFn>,
pc_offset: usize,
}
Fields§
§func: Slot<&'a ByteFn>
§pc_offset: usize
Trait Implementations§
Source§impl<'a> RootedDeref for ByteFrame<'a>
impl<'a> RootedDeref for ByteFrame<'a>
type Target = RootedByteFrame<'a>
fn rooted_deref(rooted: &Rt<Self>) -> &Self::Target
fn rooted_derefmut(rooted: &mut Rt<Self>) -> &mut Self::Target
Auto Trait Implementations§
impl<'a> !Freeze for ByteFrame<'a>
impl<'a> !RefUnwindSafe for ByteFrame<'a>
impl<'a> !Send for ByteFrame<'a>
impl<'a> !Sync for ByteFrame<'a>
impl<'a> Unpin for ByteFrame<'a>
impl<'a> !UnwindSafe for ByteFrame<'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