Struct windows_sys::Win32::Storage::FileSystem::NTMS_ALLOCATION_INFORMATION
#[repr(C)]pub struct NTMS_ALLOCATION_INFORMATION {
pub dwSize: u32,
pub lpReserved: *mut c_void,
pub AllocatedFrom: GUID,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more