#[repr(C)]pub struct CheckerLibrary { /* private fields */ }
Implementations§
Source§impl CheckerLibrary
impl CheckerLibrary
pub fn new_optional() -> UniquePtr<Self>
pub fn new_standard() -> UniquePtr<Self>
Trait Implementations§
Source§impl ExternType for CheckerLibrary
impl ExternType for CheckerLibrary
impl Send for CheckerLibrary
impl Sync for CheckerLibrary
impl UniquePtrTarget for CheckerLibrary
Auto Trait Implementations§
impl !Freeze for CheckerLibrary
impl RefUnwindSafe for CheckerLibrary
impl !Unpin for CheckerLibrary
impl UnwindSafe for CheckerLibrary
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