pub struct _xsltPattern { /* private fields */ }Expand description
Opaque pattern structure.
In the C ABI this is a typedef struct _xsltPattern xsltPattern.
The actual data is stored in the internal CompiledPattern and accessed
via pointer casts in the implementation functions.
Auto Trait Implementations§
impl Freeze for _xsltPattern
impl RefUnwindSafe for _xsltPattern
impl Send for _xsltPattern
impl Sync for _xsltPattern
impl Unpin for _xsltPattern
impl UnsafeUnpin for _xsltPattern
impl UnwindSafe for _xsltPattern
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