Type Definition abi_stable::prefix_type::FieldAccessibility[][src]

pub type FieldAccessibility = BoolArray<IsAccessible>;
Expand description

An array with whether the ith field of a prefix-type is accessible through its accessor method.

Implementations

Queries whether the field at the index position is accessible.

Sets the accessibility of a field based on cond, on IsAccessible::Yes the field becomes accessible, on IsAccessible::No the field becomes inaccessible.