>>is it possible for me to copy a structure to another??
Yes, via simply assignment.

struct1 = struct2;

Both structs have to be of the same type.