#[repr(C)]pub struct btf_ptr {
pub ptr: *mut c_void,
pub type_id: u32,
pub flags: u32,
}
Fields§
§ptr: *mut c_void
§type_id: u32
§flags: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for btf_ptr
impl RefUnwindSafe for btf_ptr
impl !Send for btf_ptr
impl !Sync for btf_ptr
impl Unpin for btf_ptr
impl UnwindSafe for btf_ptr
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