pub struct CopperlaceRuleSet { /* private fields */ }Expand description
Opaque C ABI handle for a compiled Copperlace ruleset.
Handles are allocated by copperlace_ruleset_from_file or
copperlace_ruleset_from_string and must be released with
copperlace_ruleset_free.
Auto Trait Implementations§
impl Freeze for CopperlaceRuleSet
impl !RefUnwindSafe for CopperlaceRuleSet
impl !Send for CopperlaceRuleSet
impl !Sync for CopperlaceRuleSet
impl Unpin for CopperlaceRuleSet
impl UnsafeUnpin for CopperlaceRuleSet
impl !UnwindSafe for CopperlaceRuleSet
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