#[repr(C)]pub struct DataSecEntry {
pub btf_type: u32,
pub offset: u32,
pub size: u32,
}Fields§
§btf_type: u32§offset: u32§size: u32Trait Implementations§
source§impl Clone for DataSecEntry
impl Clone for DataSecEntry
source§fn clone(&self) -> DataSecEntry
fn clone(&self) -> DataSecEntry
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 moreAuto Trait Implementations§
impl Freeze for DataSecEntry
impl RefUnwindSafe for DataSecEntry
impl Send for DataSecEntry
impl Sync for DataSecEntry
impl Unpin for DataSecEntry
impl UnwindSafe for DataSecEntry
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)