Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dopen_options.rs37 pub struct OpenOptions(SyncOpenOptions); struct
39 impl OpenOptions { implementation
78 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method
102 pub fn write(&mut self, write: bool) -> &mut OpenOptions { in write() method
150 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method