Struct gdnative_sys::godot_char_string
source · [−]Fields
_dont_touch_that: [u8; 4]Trait Implementations
sourceimpl Clone for godot_char_string
impl Clone for godot_char_string
sourcefn clone(&self) -> godot_char_string
fn clone(&self) -> godot_char_string
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for godot_char_string
impl Debug for godot_char_string
sourceimpl Default for godot_char_string
impl Default for godot_char_string
sourcefn default() -> godot_char_string
fn default() -> godot_char_string
Returns the “default value” for a type. Read more
impl Copy for godot_char_string
Auto Trait Implementations
impl RefUnwindSafe for godot_char_string
impl Send for godot_char_string
impl Sync for godot_char_string
impl Unpin for godot_char_string
impl UnwindSafe for godot_char_string
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more