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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions