Skip to main content

FileSystemFlags

Type Alias FileSystemFlags 

Source
pub(crate) type FileSystemFlags = FileSystemFlags;

Aliased Type§

pub(crate) struct FileSystemFlags {
    pub create: bool,
    pub exclusive: bool,
}

Fields§

§create: bool§exclusive: bool