Skip to content

Copy trait? #27

@xpe

Description

@xpe

I'd like to be able to derive Copy. For example:

#[derive(Clone, Copy)]
struct Foo {
    ring: ArrayDeque<u16, 16>
}

Did I overlook an easy way to do this? If not, is this possible with the current design? If so, would you be open to a PR adding this functionality?

Thanks for making this library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions