#[repr(C)]pub struct godot_transform {
pub _dont_touch_that: [u8; 48],
}
Fields§
§_dont_touch_that: [u8; 48]
Trait Implementations§
Source§impl Clone for godot_transform
impl Clone for godot_transform
Source§fn clone(&self) -> godot_transform
fn clone(&self) -> godot_transform
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 Default for godot_transform
impl Default for godot_transform
Source§fn default() -> godot_transform
fn default() -> godot_transform
Returns the “default value” for a type. Read more
impl Copy for godot_transform
Auto Trait Implementations§
impl Freeze for godot_transform
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§
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