pub trait SetFileSystemInfoValue:
TryFrom<SetFileSystemInfo, Error = SmbFsccError>
+ Send
+ 'static
+ Into<SetFileSystemInfo>
+ for<'a> BinWrite<Args<'a> = ()> {
const CLASS_ID: SetFileSystemInfoClass;
}Expand description
Trait for inner values in
SetFileSystemInfo.
This trait provides the CLASS_ID constant for each value type,
linking values to their information class IDs.
Auto-generated by the file_info_classes! macro
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.