Struct squirrel_sys::SQWeakRef
[−]
[src]
#[repr(C)]pub struct SQWeakRef { pub _address: u8, }
Fields
_address: u8
Trait Implementations
impl Debug for SQWeakRef[src]
impl Copy for SQWeakRef[src]
impl Clone for SQWeakRef[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