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