pub struct BtfDatasecVar {
pub type_id: u32,
pub offset: u32,
pub sz: u32,
}
Fields§
§type_id: u32
§offset: u32
§sz: u32
Trait Implementations§
Source§impl Debug for BtfDatasecVar
impl Debug for BtfDatasecVar
Auto Trait Implementations§
impl Freeze for BtfDatasecVar
impl RefUnwindSafe for BtfDatasecVar
impl Send for BtfDatasecVar
impl Sync for BtfDatasecVar
impl Unpin for BtfDatasecVar
impl UnwindSafe for BtfDatasecVar
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