Struct gdnative_sys::godot_aabb
source · [−]Fields
_dont_touch_that: [u8; 24]Trait Implementations
sourceimpl Clone for godot_aabb
impl Clone for godot_aabb
sourcefn clone(&self) -> godot_aabb
fn clone(&self) -> godot_aabb
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for godot_aabb
impl Debug for godot_aabb
sourceimpl Default for godot_aabb
impl Default for godot_aabb
sourcefn default() -> godot_aabb
fn default() -> godot_aabb
Returns the “default value” for a type. Read more
impl Copy for godot_aabb
Auto Trait Implementations
impl RefUnwindSafe for godot_aabb
impl Send for godot_aabb
impl Sync for godot_aabb
impl Unpin for godot_aabb
impl UnwindSafe for godot_aabb
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more