Skip to main content

Bitfield

Trait Bitfield 

Source
pub trait Bitfield {
    type Storage;
}
Expand description

Trait implemented by all bitfields generated by the crate in order to know their storage type.

Required Associated Types§

Source

type Storage

This bitfield’s storage type.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§