Struct tcod_sys::Struct_Unnamed3
[−]
[src]
#[repr(C)]pub struct Struct_Unnamed3 { pub r: uint8, pub g: uint8, pub b: uint8, }
Fields
r: uint8
g: uint8
b: uint8
Trait Implementations
impl Copy for Struct_Unnamed3
[src]
impl Clone for Struct_Unnamed3
[src]
fn clone(&self) -> Struct_Unnamed3
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for Struct_Unnamed3
[src]
impl Default for Struct_Unnamed3
[src]
fn default() -> Struct_Unnamed3
Returns the "default value" for a type. Read more