Struct libbpf_sys::btf_array
source · [−]Fields
type_: __u32index_type: __u32nelems: __u32Trait Implementations
impl Copy for btf_array
Auto Trait Implementations
impl RefUnwindSafe for btf_array
impl Send for btf_array
impl Sync for btf_array
impl Unpin for btf_array
impl UnwindSafe for btf_array
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more