Struct red4ext_rs::types::NativeArrayType
source · pub struct NativeArrayType(/* private fields */);
Expand description
An RTTI representation of a native array type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NativeArrayType
impl RefUnwindSafe for NativeArrayType
impl !Send for NativeArrayType
impl !Sync for NativeArrayType
impl Unpin for NativeArrayType
impl UnwindSafe for NativeArrayType
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