#[repr(transparent)]pub struct VCL_REGEX(pub *const vre);Tuple Fields§
§0: *const vreTrait Implementations§
impl Copy for VCL_REGEX
Auto Trait Implementations§
impl Freeze for VCL_REGEX
impl RefUnwindSafe for VCL_REGEX
impl !Send for VCL_REGEX
impl !Sync for VCL_REGEX
impl Unpin for VCL_REGEX
impl UnwindSafe for VCL_REGEX
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