#[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§
impl Copy for btf_ptr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)