pub struct BtfMapDef {
pub btf_key_type_id: u32,
pub btf_value_type_id: u32,
/* private fields */
}Expand description
BTF definition of a map
Fields§
§btf_key_type_id: u32BTF type id of the map key
btf_value_type_id: u32BTF type id of the map value
Trait Implementations§
source§impl PartialEq for BtfMapDef
impl PartialEq for BtfMapDef
impl Copy for BtfMapDef
impl Eq for BtfMapDef
impl StructuralPartialEq for BtfMapDef
Auto Trait Implementations§
impl RefUnwindSafe for BtfMapDef
impl Send for BtfMapDef
impl Sync for BtfMapDef
impl Unpin for BtfMapDef
impl UnwindSafe for BtfMapDef
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more