pub struct ThunkId(pub u32);Expand description
Thunk identifier — index into the thunk store.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for ThunkId
impl Eq for ThunkId
impl StructuralPartialEq for ThunkId
Auto Trait Implementations§
impl Freeze for ThunkId
impl RefUnwindSafe for ThunkId
impl Send for ThunkId
impl Sync for ThunkId
impl Unpin for ThunkId
impl UnsafeUnpin for ThunkId
impl UnwindSafe for ThunkId
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