#[repr(C)]pub struct _PyCoLineInstrumentationData {
pub original_opcode: u8,
pub line_delta: i8,
}
Fields§
§original_opcode: u8
§line_delta: i8
Trait Implementations§
Source§impl Clone for _PyCoLineInstrumentationData
impl Clone for _PyCoLineInstrumentationData
Source§fn clone(&self) -> _PyCoLineInstrumentationData
fn clone(&self) -> _PyCoLineInstrumentationData
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _PyCoLineInstrumentationData
Auto Trait Implementations§
impl Freeze for _PyCoLineInstrumentationData
impl RefUnwindSafe for _PyCoLineInstrumentationData
impl Send for _PyCoLineInstrumentationData
impl Sync for _PyCoLineInstrumentationData
impl Unpin for _PyCoLineInstrumentationData
impl UnwindSafe for _PyCoLineInstrumentationData
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