pub struct ParameterPtr {
pub function_id: u32,
pub param_position: u8,
}Fields§
§function_id: u32§param_position: u8Trait Implementations§
Source§impl Clone for ParameterPtr
impl Clone for ParameterPtr
Source§fn clone(&self) -> ParameterPtr
fn clone(&self) -> ParameterPtr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParameterPtr
impl Debug for ParameterPtr
Source§impl Encode for ParameterPtr
impl Encode for ParameterPtr
Source§impl From<ParameterPtr> for ExprKind
impl From<ParameterPtr> for ExprKind
Source§fn from(ptr: ParameterPtr) -> Self
fn from(ptr: ParameterPtr) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParameterPtr
impl RefUnwindSafe for ParameterPtr
impl Send for ParameterPtr
impl Sync for ParameterPtr
impl Unpin for ParameterPtr
impl UnsafeUnpin for ParameterPtr
impl UnwindSafe for ParameterPtr
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