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