Struct encoding_c::ConstEncoding
[−]
[src]
pub struct ConstEncoding(_);
Newtype for *const Encoding in order to be able to implement Sync for
it.
Trait Implementations
impl Sync for ConstEncoding[src]
Required for static fields.