Struct win_sys::FileSystem::NTMS_ALLOCATION_INFORMATION [−][src]
#[repr(C)]pub struct NTMS_ALLOCATION_INFORMATION {
pub dwSize: u32,
pub lpReserved: *mut c_void,
pub AllocatedFrom: GUID,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
dwSize: u32lpReserved: *mut c_voidAllocatedFrom: GUIDTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NTMS_ALLOCATION_INFORMATION
impl !Send for NTMS_ALLOCATION_INFORMATION
impl !Sync for NTMS_ALLOCATION_INFORMATION
impl Unpin for NTMS_ALLOCATION_INFORMATION
impl UnwindSafe for NTMS_ALLOCATION_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more