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