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