Trait hs_bindgen_traits::ReprRust
source · pub trait ReprRust<T: CFFISafe> {
fn from(_: T) -> Self;
}Expand description
Generate safe Rust wrapper from a given C-FFI type.
pub trait ReprRust<T: CFFISafe> {
fn from(_: T) -> Self;
}Generate safe Rust wrapper from a given C-FFI type.