pub struct BytecodeFeedbackSlot {
pub pc: u32,
}Fields§
§pc: u32Trait Implementations§
Source§impl Clone for BytecodeFeedbackSlot
impl Clone for BytecodeFeedbackSlot
Source§fn clone(&self) -> BytecodeFeedbackSlot
fn clone(&self) -> BytecodeFeedbackSlot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BytecodeFeedbackSlot
Source§impl Debug for BytecodeFeedbackSlot
impl Debug for BytecodeFeedbackSlot
impl Eq for BytecodeFeedbackSlot
Source§impl PartialEq for BytecodeFeedbackSlot
impl PartialEq for BytecodeFeedbackSlot
impl StructuralPartialEq for BytecodeFeedbackSlot
Auto Trait Implementations§
impl Freeze for BytecodeFeedbackSlot
impl RefUnwindSafe for BytecodeFeedbackSlot
impl Send for BytecodeFeedbackSlot
impl Sync for BytecodeFeedbackSlot
impl Unpin for BytecodeFeedbackSlot
impl UnsafeUnpin for BytecodeFeedbackSlot
impl UnwindSafe for BytecodeFeedbackSlot
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