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