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