pub struct Fwd { /* private fields */ }Expand description
Rust representation for BTF type BTF_KIND_FWD.
Implementations§
Trait Implementations§
Source§impl BtfType for Fwd
impl BtfType for Fwd
Source§fn get_name_offset(&self) -> Option<u32>
fn get_name_offset(&self) -> Option<u32>
Returns the offset of the string associated with the type, if any.
Source§fn get_type_id(&self) -> Option<u32>
fn get_type_id(&self) -> Option<u32>
Returns the type id associated with the current type, if any.
impl Eq for Fwd
impl StructuralPartialEq for Fwd
Auto Trait Implementations§
impl Freeze for Fwd
impl RefUnwindSafe for Fwd
impl Send for Fwd
impl Sync for Fwd
impl Unpin for Fwd
impl UnsafeUnpin 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