#[repr(C)]pub struct custom_op {
pub xop_flags: U32,
pub xop_name: *const c_char,
pub xop_desc: *const c_char,
pub xop_class: U32,
pub xop_peep: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, o: *mut OP, oldop: *mut OP)>,
}
Fields§
§xop_flags: U32
§xop_name: *const c_char
§xop_desc: *const c_char
§xop_class: U32
§xop_peep: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, o: *mut OP, oldop: *mut OP)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for custom_op
impl RefUnwindSafe for custom_op
impl !Send for custom_op
impl !Sync for custom_op
impl Unpin for custom_op
impl UnwindSafe for custom_op
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