pub type FileStreamInformation = ChainedItemList<FileStreamInformationInner, 8>;Aliased Type§
pub struct FileStreamInformation { /* private fields */ }Trait Implementations§
Source§impl QueryFileInfoValue for FileStreamInformation
impl QueryFileInfoValue for FileStreamInformation
const CLASS_ID: QueryFileInfoClass = QueryFileInfoClass::StreamInformation
Source§impl TryFrom<QueryFileInfo> for FileStreamInformation
impl TryFrom<QueryFileInfo> for FileStreamInformation
Source§type Error = SmbFsccError
type Error = SmbFsccError
The type returned in the event of a conversion error.