#[repr(C)]pub struct btf_enum64 {
pub name_off: __u32,
pub val_lo32: __u32,
pub val_hi32: __u32,
}
Fields§
§name_off: __u32
§val_lo32: __u32
§val_hi32: __u32
Trait Implementations§
Source§impl Clone for btf_enum64
impl Clone for btf_enum64
Source§fn clone(&self) -> btf_enum64
fn clone(&self) -> btf_enum64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for btf_enum64
impl Debug for btf_enum64
Source§impl Default for btf_enum64
impl Default for btf_enum64
Source§fn default() -> btf_enum64
fn default() -> btf_enum64
Returns the “default value” for a type. Read more
impl Copy for btf_enum64
Auto Trait Implementations§
impl Freeze for btf_enum64
impl RefUnwindSafe for btf_enum64
impl Send for btf_enum64
impl Sync for btf_enum64
impl Unpin for btf_enum64
impl UnwindSafe for btf_enum64
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)