Struct uniffi_bindgen::interface::ffi::FfiField   
source · pub struct FfiField {
    pub(super) name: String,
    pub(super) type_: FfiType,
}Expand description
Represents a field of an FfiStruct
Fields§
§name: String§type_: FfiTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FfiField
impl Send for FfiField
impl Sync for FfiField
impl Unpin for FfiField
impl UnwindSafe for FfiField
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