#[repr(C)]pub struct godot_basis {
pub _dont_touch_that: [u8; 36],
}Fields§
§_dont_touch_that: [u8; 36]Auto Trait Implementations§
impl Freeze for godot_basis
impl RefUnwindSafe for godot_basis
impl Send for godot_basis
impl Sync for godot_basis
impl Unpin for godot_basis
impl UnwindSafe for godot_basis
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