#[repr(C)]pub struct btf_permute_opts {
pub sz: size_t,
pub btf_ext: *mut btf_ext,
}Fields§
§sz: size_t§btf_ext: *mut btf_extTrait Implementations§
Source§impl Clone for btf_permute_opts
impl Clone for btf_permute_opts
Source§fn clone(&self) -> btf_permute_opts
fn clone(&self) -> btf_permute_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_permute_opts
impl Debug for btf_permute_opts
Source§impl Default for btf_permute_opts
impl Default for btf_permute_opts
impl Copy for btf_permute_opts
Auto Trait Implementations§
impl Freeze for btf_permute_opts
impl RefUnwindSafe for btf_permute_opts
impl !Send for btf_permute_opts
impl !Sync for btf_permute_opts
impl Unpin for btf_permute_opts
impl UnsafeUnpin for btf_permute_opts
impl UnwindSafe for btf_permute_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