Struct squirrel_sys::tagSQMemberHandle
[−]
[src]
#[repr(C)]pub struct tagSQMemberHandle { pub _static: SQBool, pub _index: SQInteger, }
Fields
_static: SQBool
_index: SQInteger
Trait Implementations
impl Debug for tagSQMemberHandle[src]
impl Copy for tagSQMemberHandle[src]
impl Clone for tagSQMemberHandle[src]
fn clone(&self) -> Self
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