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