FileStreamInformation

Type Alias FileStreamInformation 

Source
pub type FileStreamInformation = ChainedItemList<FileStreamInformationInner, 8>;

Aliased Type§

pub struct FileStreamInformation { /* private fields */ }

Trait Implementations§

Source§

impl QueryFileInfoValue for FileStreamInformation

Source§

const CLASS_ID: QueryFileInfoClass = QueryFileInfoClass::StreamInformation

Source§

impl TryFrom<QueryFileInfo> for FileStreamInformation

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.