Struct xmas_elf::dynamic::Tag_ [] [src]

pub struct Tag_<P>(_);

Trait Implementations

impl<P: Copy> Copy for Tag_<P>
[src]

impl<P: Clone> Clone for Tag_<P>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Tag_<P32>
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for Tag_<P64>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<P> Send for Tag_<P> where
    P: Send

impl<P> Sync for Tag_<P> where
    P: Sync