Home
last modified time | relevance | path

Searched defs:write_f64 (Results 1 – 1 of 1) sorted by relevance

/xiu/library/bytesio/src/
H A Dbytes_writer.rs87 pub fn write_f64<T: ByteOrder>(&mut self, bytes: f64) -> Result<(), BytesWriteError> { in write_f64() method
183 pub fn write_f64<T: ByteOrder>(&mut self, bytes: f64) -> Result<(), BytesWriteError> { in write_f64() method