pub struct FfiPythonCffi {
pub ffi_defs: Vec<String>,
pub lib_name: String,
pub header_file: String,
}Expand description
FFI Python CFFI binding
Fields§
§ffi_defs: Vec<String>§lib_name: String§header_file: StringImplementations§
Trait Implementations§
Source§impl Debug for FfiPythonCffi
impl Debug for FfiPythonCffi
Source§impl Default for FfiPythonCffi
impl Default for FfiPythonCffi
Source§fn default() -> FfiPythonCffi
fn default() -> FfiPythonCffi
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FfiPythonCffi
impl RefUnwindSafe for FfiPythonCffi
impl Send for FfiPythonCffi
impl Sync for FfiPythonCffi
impl Unpin for FfiPythonCffi
impl UnsafeUnpin for FfiPythonCffi
impl UnwindSafe for FfiPythonCffi
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