#[repr(C)]pub struct Character {
pub __base: Actor,
}
Fields§
§__base: Actor
Implementations§
Source§impl Character
impl Character
Sourcepub const RTTI: VariantID = RTTI_Character
pub const RTTI: VariantID = RTTI_Character
Address & offset of the runtime type information (RTTI) identifier.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Character
impl RefUnwindSafe for Character
impl !Send for Character
impl !Sync for Character
impl Unpin for Character
impl UnwindSafe for Character
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