pub struct BtfExtSection<'a, T> {
pub name: &'a str,
pub rec_sz: usize,
pub recs: Vec<T>,
}Fields§
§name: &'a str§rec_sz: usize§recs: Vec<T>Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for BtfExtSection<'a, T>
impl<'a, T> RefUnwindSafe for BtfExtSection<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for BtfExtSection<'a, T>where
T: Send,
impl<'a, T> Sync for BtfExtSection<'a, T>where
T: Sync,
impl<'a, T> Unpin for BtfExtSection<'a, T>where
T: Unpin,
impl<'a, T> UnwindSafe for BtfExtSection<'a, T>where
T: UnwindSafe,
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