#[repr(u32)]pub enum btf_func_linkage {
BTF_FUNC_STATIC = 0,
BTF_FUNC_GLOBAL = 1,
BTF_FUNC_EXTERN = 2,
}Available on x86-64 only.
Variants§
Trait Implementations§
Source§impl Clone for btf_func_linkage
impl Clone for btf_func_linkage
Source§fn clone(&self) -> btf_func_linkage
fn clone(&self) -> btf_func_linkage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for btf_func_linkage
Source§impl Debug for btf_func_linkage
impl Debug for btf_func_linkage
impl Eq for btf_func_linkage
Source§impl Hash for btf_func_linkage
impl Hash for btf_func_linkage
Source§impl PartialEq for btf_func_linkage
impl PartialEq for btf_func_linkage
Source§fn eq(&self, other: &btf_func_linkage) -> bool
fn eq(&self, other: &btf_func_linkage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for btf_func_linkage
Auto Trait Implementations§
impl Freeze for btf_func_linkage
impl RefUnwindSafe for btf_func_linkage
impl Send for btf_func_linkage
impl Sync for btf_func_linkage
impl Unpin for btf_func_linkage
impl UnsafeUnpin for btf_func_linkage
impl UnwindSafe for btf_func_linkage
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