pub struct FfiTypedef {
pub name: String,
pub base_type: String,
}Expand description
FFI typedef
Fields§
§name: String§base_type: StringTrait Implementations§
Source§impl Clone for FfiTypedef
impl Clone for FfiTypedef
Source§fn clone(&self) -> FfiTypedef
fn clone(&self) -> FfiTypedef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FfiTypedef
impl Debug for FfiTypedef
Auto Trait Implementations§
impl Freeze for FfiTypedef
impl RefUnwindSafe for FfiTypedef
impl Send for FfiTypedef
impl Sync for FfiTypedef
impl Unpin for FfiTypedef
impl UnsafeUnpin for FfiTypedef
impl UnwindSafe for FfiTypedef
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