#[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: u32
lpReserved: *mut c_void
AllocatedFrom: GUID
Trait Implementations
impl Clone for NTMS_ALLOCATION_INFORMATION
impl Clone for NTMS_ALLOCATION_INFORMATION
impl Copy for NTMS_ALLOCATION_INFORMATION
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more