#[repr(C, packed(1))]pub struct MEM_LARGE_RESOURCE {
pub MEM_LARGE_Header: MEM_LARGE_DES,
pub MEM_LARGE_Data: [MEM_LARGE_RANGE; 1],
}Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
MEM_LARGE_Header: MEM_LARGE_DESMEM_LARGE_Data: [MEM_LARGE_RANGE; 1]Trait Implementations
impl Clone for MEM_LARGE_RESOURCE
impl Clone for MEM_LARGE_RESOURCE
impl Copy for MEM_LARGE_RESOURCE
Auto Trait Implementations
impl RefUnwindSafe for MEM_LARGE_RESOURCE
impl Send for MEM_LARGE_RESOURCE
impl Sync for MEM_LARGE_RESOURCE
impl Unpin for MEM_LARGE_RESOURCE
impl UnwindSafe for MEM_LARGE_RESOURCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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