#[repr(C)]pub struct btf_dump_type_data_opts {
pub sz: size_t,
pub indent_str: *const c_char,
pub indent_level: c_int,
pub compact: bool,
pub skip_names: bool,
pub emit_zeroes: bool,
pub __bindgen_padding_0: u8,
}Fields§
§sz: size_t§indent_str: *const c_char§indent_level: c_int§compact: bool§skip_names: bool§emit_zeroes: bool§__bindgen_padding_0: u8Trait Implementations§
Source§impl Clone for btf_dump_type_data_opts
impl Clone for btf_dump_type_data_opts
Source§fn clone(&self) -> btf_dump_type_data_opts
fn clone(&self) -> btf_dump_type_data_opts
Returns a duplicate 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_type_data_opts
impl Debug for btf_dump_type_data_opts
Source§impl Default for btf_dump_type_data_opts
impl Default for btf_dump_type_data_opts
impl Copy for btf_dump_type_data_opts
Auto Trait Implementations§
impl Freeze for btf_dump_type_data_opts
impl RefUnwindSafe for btf_dump_type_data_opts
impl !Send for btf_dump_type_data_opts
impl !Sync for btf_dump_type_data_opts
impl Unpin for btf_dump_type_data_opts
impl UnwindSafe for btf_dump_type_data_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