#[repr(C)]pub struct btf_dump_opts {
pub sz: size_t,
}
Fields§
§sz: size_t
Trait 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
Source§impl Default for btf_dump_opts
impl Default for btf_dump_opts
Source§fn default() -> btf_dump_opts
fn default() -> btf_dump_opts
Returns the “default value” for a type. Read more
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
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
)