Struct libil2cpp::ParameterInfo
source · [−]#[repr(transparent)]pub struct ParameterInfo(_);
Expand description
Information about a C# parameter
Implementations
Trait Implementations
sourceimpl Debug for ParameterInfo
impl Debug for ParameterInfo
sourceimpl Display for ParameterInfo
impl Display for ParameterInfo
sourceimpl WrapRaw for ParameterInfo
impl WrapRaw for ParameterInfo
type Raw = ParameterInfo
type Raw = ParameterInfo
Raw il2cpp type
sourceunsafe fn raw_mut(&mut self) -> &mut Self::Raw
unsafe fn raw_mut(&mut self) -> &mut Self::Raw
Returns a mutable reference to the underlying raw il2cpp type Read more
sourceunsafe fn wrap_mut(raw: &mut Self::Raw) -> &mut Self
unsafe fn wrap_mut(raw: &mut Self::Raw) -> &mut Self
Wraps a mutable reference to the raw il2cpp type Read more
impl Send for ParameterInfo
impl Sync for ParameterInfo
Auto Trait Implementations
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