[−][src]Struct libperl_sys::perl_core::cop
Fields
op_next: *mut OPop_sibparent: *mut OPop_ppaddr: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter) -> *mut OP>op_targ: PADOFFSET_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u16>op_flags: U8op_private: U8cop_line: line_tcop_stashoff: PADOFFSETcop_file: *mut c_charcop_hints: U32cop_seq: U32cop_warnings: *mut STRLENcop_hints_hash: *mut COPHHMethods
impl cop[src]
pub fn op_type(&self) -> c_uint[src]
pub fn set_op_type(&mut self, val: c_uint)[src]
pub fn op_opt(&self) -> c_uint[src]
pub fn set_op_opt(&mut self, val: c_uint)[src]
pub fn op_slabbed(&self) -> c_uint[src]
pub fn set_op_slabbed(&mut self, val: c_uint)[src]
pub fn op_savefree(&self) -> c_uint[src]
pub fn set_op_savefree(&mut self, val: c_uint)[src]
pub fn op_static(&self) -> c_uint[src]
pub fn set_op_static(&mut self, val: c_uint)[src]
pub fn op_folded(&self) -> c_uint[src]
pub fn set_op_folded(&mut self, val: c_uint)[src]
pub fn op_moresib(&self) -> c_uint[src]
pub fn set_op_moresib(&mut self, val: c_uint)[src]
pub fn op_spare(&self) -> c_uint[src]
pub fn set_op_spare(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
op_type: c_uint,
op_opt: c_uint,
op_slabbed: c_uint,
op_savefree: c_uint,
op_static: c_uint,
op_folded: c_uint,
op_moresib: c_uint,
op_spare: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u16>[src]
op_type: c_uint,
op_opt: c_uint,
op_slabbed: c_uint,
op_savefree: c_uint,
op_static: c_uint,
op_folded: c_uint,
op_moresib: c_uint,
op_spare: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u16>
Trait Implementations
Auto Trait Implementations
impl !Send for cop
impl !Sync for cop
impl Unpin for cop
impl UnwindSafe for cop
impl RefUnwindSafe for cop
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,