Struct spinel_vk_rs_sys::spinel_clip_weakref
source · #[repr(C)]pub struct spinel_clip_weakref {
pub weakref: [u32; 2],
}
Fields§
§weakref: [u32; 2]
Trait Implementations§
source§impl Clone for spinel_clip_weakref
impl Clone for spinel_clip_weakref
source§fn clone(&self) -> spinel_clip_weakref
fn clone(&self) -> spinel_clip_weakref
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