pub unsafe trait ReferencesType<'btf>: Deref<Target = BtfType<'btf>> + Sealed {
// Provided methods
fn referenced_type_id(&self) -> TypeId { ... }
fn referenced_type(&self) -> BtfType<'btf> { ... }
}
Expand description
Provided Methods§
Sourcefn referenced_type_id(&self) -> TypeId
fn referenced_type_id(&self) -> TypeId
The referenced type’s id.
Sourcefn referenced_type(&self) -> BtfType<'btf>
fn referenced_type(&self) -> BtfType<'btf>
The referenced type.