pub struct XsltSecurityPrefs { /* private fields */ }Expand description
Internal security preferences structure — five check callbacks, one per
controllable option (upstream xsltSecurityPrefs in security.c).
§ABI
The structure is private in upstream (defined only in security.c); the Rust representation is opaque to C consumers, so the layout is internal.
Auto Trait Implementations§
impl Freeze for XsltSecurityPrefs
impl RefUnwindSafe for XsltSecurityPrefs
impl Send for XsltSecurityPrefs
impl Sync for XsltSecurityPrefs
impl Unpin for XsltSecurityPrefs
impl UnsafeUnpin for XsltSecurityPrefs
impl UnwindSafe for XsltSecurityPrefs
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