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