pub struct NativeInstanceHeader { /* private fields */ }Expand description
Godot native class implementation detail that must be stored in each instance.
Auto Trait Implementations§
impl !Send for NativeInstanceHeader
impl !Sync for NativeInstanceHeader
impl Freeze for NativeInstanceHeader
impl RefUnwindSafe for NativeInstanceHeader
impl Unpin for NativeInstanceHeader
impl UnsafeUnpin for NativeInstanceHeader
impl UnwindSafe for NativeInstanceHeader
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