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