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