Struct rbspy_ruby_structs::ruby_1_9_1_0::global_variable
source · #[repr(C)]pub struct global_variable {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for global_variable
impl Clone for global_variable
source§fn clone(&self) -> global_variable
fn clone(&self) -> global_variable
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 more