#[repr(C)]pub struct BtfParam {
pub name_offset: u32,
pub btf_type: u32,
}Fields§
§name_offset: u32§btf_type: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for BtfParam
impl RefUnwindSafe for BtfParam
impl Send for BtfParam
impl Sync for BtfParam
impl Unpin for BtfParam
impl UnwindSafe for BtfParam
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