Struct libil2cpp::raw::ParameterInfo
source · [−]#[repr(C)]pub struct ParameterInfo {
pub name: *const c_char,
pub position: i32,
pub token: u32,
pub parameter_type: *const Il2CppType,
}
Fields
name: *const c_char
position: i32
token: u32
parameter_type: *const Il2CppType
Trait Implementations
sourceimpl Clone for ParameterInfo
impl Clone for ParameterInfo
sourcefn clone(&self) -> ParameterInfo
fn clone(&self) -> ParameterInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ParameterInfo
impl Debug for ParameterInfo
impl Copy for ParameterInfo
Auto Trait Implementations
impl RefUnwindSafe for ParameterInfo
impl !Send for ParameterInfo
impl !Sync for ParameterInfo
impl Unpin for ParameterInfo
impl UnwindSafe for ParameterInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more