pub struct Parameter { /* private fields */ }
Expand description
Represents a FuncProto
parameter.
Implementations§
Trait Implementations§
Source§impl BtfType for Parameter
impl BtfType for Parameter
fn get_name_offset(&self) -> Result<u32>
fn get_type_id(&self) -> Result<u32>
Auto Trait Implementations§
impl Freeze for Parameter
impl RefUnwindSafe for Parameter
impl Send for Parameter
impl Sync for Parameter
impl Unpin for Parameter
impl UnwindSafe for Parameter
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