#[repr(C)]pub struct bpf_raw_tracepoint_args {
pub args: __IncompleteArrayField<u64>,
}Fields§
§args: __IncompleteArrayField<u64>Trait Implementations§
Source§impl Debug for bpf_raw_tracepoint_args
impl Debug for bpf_raw_tracepoint_args
Source§impl Default for bpf_raw_tracepoint_args
impl Default for bpf_raw_tracepoint_args
Source§fn default() -> bpf_raw_tracepoint_args
fn default() -> bpf_raw_tracepoint_args
Returns the “default value” for a type. Read more
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more