pub trait SizeInBits {
    fn size_in_bits() -> usize;
}

Required Methods§

Returns the size in bits.

Implementations on Foreign Types§

Returns the address size in bits.

Returns the field size in bits.

Returns the field size in bits.

Returns the group size in bits.

Returns the scalar size in bits.

Returns the integer size in bits.

Implementors§