#[repr(C)]pub struct btf_dump_opts {
pub ctx: *mut c_void,
}Fields§
§ctx: *mut c_voidTrait Implementations§
Source§impl Clone for btf_dump_opts
impl Clone for btf_dump_opts
Source§fn clone(&self) -> btf_dump_opts
fn clone(&self) -> btf_dump_opts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for btf_dump_opts
impl Debug for btf_dump_opts
impl Copy for btf_dump_opts
Auto Trait Implementations§
impl Freeze for btf_dump_opts
impl RefUnwindSafe for btf_dump_opts
impl !Send for btf_dump_opts
impl !Sync for btf_dump_opts
impl Unpin for btf_dump_opts
impl UnwindSafe for btf_dump_opts
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