Trait surge_traits::MemcpyFromOther[][src]

pub trait MemcpyFromOther {
    fn memcpy_from_other(&mut self, other: *mut Self);
}

Required methods

Implementors