#[repr(C)]pub struct btf_var {
pub linkage: __u32,
}
Fields§
§linkage: __u32
Trait Implementations§
impl Copy for btf_var
Auto Trait Implementations§
impl Freeze for btf_var
impl RefUnwindSafe for btf_var
impl Send for btf_var
impl Sync for btf_var
impl Unpin for btf_var
impl UnwindSafe for btf_var
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