#[repr(C)]pub struct pcre2_substitute_callout_block_32 {
pub version: u32,
pub input: *const u32,
pub output: *const u32,
pub output_offsets: [usize; 2],
pub ovector: *mut usize,
pub oveccount: u32,
pub subscount: u32,
}
Fields§
§version: u32
§input: *const u32
§output: *const u32
§output_offsets: [usize; 2]
§ovector: *mut usize
§oveccount: u32
§subscount: u32
Trait Implementations§
Source§impl Clone for pcre2_substitute_callout_block_32
impl Clone for pcre2_substitute_callout_block_32
Source§fn clone(&self) -> pcre2_substitute_callout_block_32
fn clone(&self) -> pcre2_substitute_callout_block_32
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 pcre2_substitute_callout_block_32
Auto Trait Implementations§
impl Freeze for pcre2_substitute_callout_block_32
impl RefUnwindSafe for pcre2_substitute_callout_block_32
impl !Send for pcre2_substitute_callout_block_32
impl !Sync for pcre2_substitute_callout_block_32
impl Unpin for pcre2_substitute_callout_block_32
impl UnwindSafe for pcre2_substitute_callout_block_32
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