FileFullEaInformation

Type Alias FileFullEaInformation 

Source
pub type FileFullEaInformation = ChainedItemList<FileFullEaInformationInner, 4>;

Aliased Type§

pub struct FileFullEaInformation { /* private fields */ }

Trait Implementations§

Source§

impl QueryFileInfoValue for FileFullEaInformation

Source§

const CLASS_ID: QueryFileInfoClass = QueryFileInfoClass::FullEaInformation

Source§

impl SetFileInfoValue for FileFullEaInformation

Source§

const CLASS_ID: SetFileInfoClass = SetFileInfoClass::FullEaInformation

Source§

impl TryFrom<QueryFileInfo> for FileFullEaInformation

Source§

type Error = SmbFsccError

The type returned in the event of a conversion error.
Source§

fn try_from(value: QueryFileInfo) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<SetFileInfo> for FileFullEaInformation

Source§

type Error = SmbFsccError

The type returned in the event of a conversion error.
Source§

fn try_from(value: SetFileInfo) -> Result<Self, Self::Error>

Performs the conversion.