pub struct BtfArray {
pub nelems: u32,
pub idx_type_id: u32,
pub val_type_id: u32,
}Fields§
§nelems: u32§idx_type_id: u32§val_type_id: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for BtfArray
impl RefUnwindSafe for BtfArray
impl Send for BtfArray
impl Sync for BtfArray
impl Unpin for BtfArray
impl UnwindSafe for BtfArray
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