Struct win_sys::FileSystem::CLS_ARCHIVE_DESCRIPTOR [−][src]
#[repr(C)]pub struct CLS_ARCHIVE_DESCRIPTOR {
pub coffLow: u64,
pub coffHigh: u64,
pub infoContainer: CLS_CONTAINER_INFORMATION,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
coffLow: u64coffHigh: u64infoContainer: CLS_CONTAINER_INFORMATIONTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CLS_ARCHIVE_DESCRIPTOR
impl Send for CLS_ARCHIVE_DESCRIPTOR
impl Sync for CLS_ARCHIVE_DESCRIPTOR
impl Unpin for CLS_ARCHIVE_DESCRIPTOR
impl UnwindSafe for CLS_ARCHIVE_DESCRIPTOR
Blanket Implementations
Mutably borrows from an owned value. Read more