pub type FileFullEaInformation = ChainedItemList<FileFullEaInformationInner, 4>;Aliased Type§
pub struct FileFullEaInformation { /* private fields */ }Trait Implementations§
Source§impl QueryFileInfoValue for FileFullEaInformation
impl QueryFileInfoValue for FileFullEaInformation
const CLASS_ID: QueryFileInfoClass = QueryFileInfoClass::FullEaInformation
Source§impl SetFileInfoValue for FileFullEaInformation
impl SetFileInfoValue for FileFullEaInformation
const CLASS_ID: SetFileInfoClass = SetFileInfoClass::FullEaInformation
Source§impl TryFrom<QueryFileInfo> for FileFullEaInformation
impl TryFrom<QueryFileInfo> for FileFullEaInformation
Source§type Error = SmbFsccError
type Error = SmbFsccError
The type returned in the event of a conversion error.
Source§impl TryFrom<SetFileInfo> for FileFullEaInformation
impl TryFrom<SetFileInfo> for FileFullEaInformation
Source§type Error = SmbFsccError
type Error = SmbFsccError
The type returned in the event of a conversion error.