Constant FAMILY
pub const FAMILY: u32 = 0x0004;Expand description
Field accessible only by type and subtypes
Family access allows the declaring type and any derived types to access the field, regardless of assembly boundaries. This supports protected access patterns in inheritance hierarchies.