pub struct Fwd { /* private fields */ }Expand description
Rust representation for BTF type BTF_KIND_FWD.
Trait Implementations§
source§impl BtfType for Fwd
impl BtfType for Fwd
fn get_name_offset(&self) -> Result<u32>
fn get_type_id(&self) -> Result<u32>
Auto Trait Implementations§
impl RefUnwindSafe for Fwd
impl Send for Fwd
impl Sync for Fwd
impl Unpin for Fwd
impl UnwindSafe for Fwd
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