Struct rbspy_ruby_structs::ruby_1_9_1_0::global_variable [−][src]
#[repr(C)]pub struct global_variable {
pub _address: u8,
}
Fields
_address: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for global_variable
impl Send for global_variable
impl Sync for global_variable
impl Unpin for global_variable
impl UnwindSafe for global_variable
Blanket Implementations
Mutably borrows from an owned value. Read more