Struct red4ext_rs::types::ResourceRefType
source · pub struct ResourceRefType(/* private fields */);
Expand description
An RTTI representation of a resource reference type.
Implementations§
source§impl ResourceRefType
impl ResourceRefType
pub fn resource_type(&self) -> &Type
pub fn as_type(&self) -> &Type
pub fn as_type_mut(&mut self) -> &mut Type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResourceRefType
impl RefUnwindSafe for ResourceRefType
impl !Send for ResourceRefType
impl !Sync for ResourceRefType
impl Unpin for ResourceRefType
impl UnwindSafe for ResourceRefType
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