#[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 duplicate 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