#[repr(C)]pub struct godot_string {
pub _dont_touch_that: [u8; 8],
}
Fields§
§_dont_touch_that: [u8; 8]
Trait Implementations§
Source§impl Clone for godot_string
impl Clone for godot_string
Source§fn clone(&self) -> godot_string
fn clone(&self) -> godot_string
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for godot_string
impl Debug for godot_string
Source§impl Default for godot_string
impl Default for godot_string
Source§fn default() -> godot_string
fn default() -> godot_string
Returns the “default value” for a type. Read more
impl Copy for godot_string
Auto Trait Implementations§
impl Freeze for godot_string
impl RefUnwindSafe for godot_string
impl Send for godot_string
impl Sync for godot_string
impl Unpin for godot_string
impl UnwindSafe for godot_string
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