#[repr(C)]pub struct reg_code_block {
pub start: STRLEN,
pub end: STRLEN,
pub block: *mut OP,
pub src_regex: *mut REGEXP,
}Fields§
§start: STRLEN§end: STRLEN§block: *mut OP§src_regex: *mut REGEXPTrait Implementations§
Source§impl Clone for reg_code_block
impl Clone for reg_code_block
Source§fn clone(&self) -> reg_code_block
fn clone(&self) -> reg_code_block
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for reg_code_block
Auto Trait Implementations§
impl Freeze for reg_code_block
impl RefUnwindSafe for reg_code_block
impl !Send for reg_code_block
impl !Sync for reg_code_block
impl Unpin for reg_code_block
impl UnsafeUnpin for reg_code_block
impl UnwindSafe for reg_code_block
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