Struct gdnative_physics::common::sys::godot_color [−]
Fields
_dont_touch_that: [u8; 16]
Trait Implementations
impl Clone for godot_color
impl Clone for godot_colorfn clone(&self) -> godot_color
fn clone(&self) -> godot_colorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for godot_color
impl Default for godot_colorfn default() -> godot_color
fn default() -> godot_colorReturns the "default value" for a type. Read more
impl Debug for godot_color
impl Debug for godot_colorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for godot_color
impl Copy for godot_colorAuto Trait Implementations
impl Send for godot_color
impl Send for godot_colorimpl Sync for godot_color
impl Sync for godot_color