#[repr(C)]pub struct iseq_compile_data_storage {
pub next: *mut iseq_compile_data_storage,
pub pos: c_ulong,
pub size: c_ulong,
pub buff: *mut c_char,
}
Fields§
§next: *mut iseq_compile_data_storage
§pos: c_ulong
§size: c_ulong
§buff: *mut c_char
Trait Implementations§
Source§impl Clone for iseq_compile_data_storage
impl Clone for iseq_compile_data_storage
Source§fn clone(&self) -> iseq_compile_data_storage
fn clone(&self) -> iseq_compile_data_storage
Returns a duplicate 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 moreSource§impl Debug for iseq_compile_data_storage
impl Debug for iseq_compile_data_storage
impl Copy for iseq_compile_data_storage
Auto Trait Implementations§
impl Freeze for iseq_compile_data_storage
impl RefUnwindSafe for iseq_compile_data_storage
impl !Send for iseq_compile_data_storage
impl !Sync for iseq_compile_data_storage
impl Unpin for iseq_compile_data_storage
impl UnwindSafe for iseq_compile_data_storage
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