Skip to content

Support MaybeUninit and ManuallyDrop #406

Description

@42triangles

I think these should really be supported, as it is can be somewhat important when dealing with a C API. Since both are #[repr(transparent)], and since (afaik) C fields do not have to be initialized as long as they aren't being used, MaybeUninit<T> and ManuallyDrop<T> should probably be exopsed as whatever T would translated to on its own.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions