Struct gdnative_sys::godot_transform
source · [−]Fields
_dont_touch_that: [u8; 48]Trait Implementations
sourceimpl Clone for godot_transform
impl Clone for godot_transform
sourcefn clone(&self) -> godot_transform
fn clone(&self) -> godot_transform
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_transform
impl Debug for godot_transform
sourceimpl Default for godot_transform
impl Default for godot_transform
impl Copy for godot_transform
Auto Trait Implementations
impl RefUnwindSafe for godot_transform
impl Send for godot_transform
impl Sync for godot_transform
impl Unpin for godot_transform
impl UnwindSafe for godot_transform
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