pub struct LxCreateOptions { /* private fields */ }
Expand description
Specifies options to use when creating a file.
The user ID and group ID are only used on Windows; on Unix platforms, set the thread’s effective user ID and group ID to change the owner of a newly created file.
Implementations§
Trait Implementations§
Source§impl Default for LxCreateOptions
impl Default for LxCreateOptions
Source§fn default() -> LxCreateOptions
fn default() -> LxCreateOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LxCreateOptions
impl RefUnwindSafe for LxCreateOptions
impl Send for LxCreateOptions
impl Sync for LxCreateOptions
impl Unpin for LxCreateOptions
impl UnwindSafe for LxCreateOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more