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