[][src]Function pdbtbx::save_raw

pub fn save_raw<T: Write>(pdb: &PDB, mut sink: BufWriter<T>)

Save the given PDB struct to the given BufWriter. It does not validate or renumber the PDB, so if that is needed that needs to be done in preparation.