Struct uniffi_bindgen::interface::ffi::FfiStruct
source · pub struct FfiStruct {
pub(super) name: String,
pub(super) fields: Vec<FfiField>,
}
Expand description
Represents a repr(C) struct used in the FFI
Fields§
§name: String
§fields: Vec<FfiField>
Implementations§
Trait Implementations§
source§impl From<FfiStruct> for FfiDefinition
impl From<FfiStruct> for FfiDefinition
source§fn from(value: FfiStruct) -> FfiDefinition
fn from(value: FfiStruct) -> FfiDefinition
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for FfiStruct
impl Send for FfiStruct
impl Sync for FfiStruct
impl Unpin for FfiStruct
impl UnwindSafe for FfiStruct
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