#[repr(C)]pub struct DevPrivate_Resource_s {
pub PRV_Header: DevPrivate_Des_s,
pub PRV_Data: [DevPrivate_Range_s; 1],
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
PRV_Header: DevPrivate_Des_s
PRV_Data: [DevPrivate_Range_s; 1]
Trait Implementations
impl Clone for DevPrivate_Resource_s
impl Clone for DevPrivate_Resource_s
impl Copy for DevPrivate_Resource_s
Auto Trait Implementations
impl RefUnwindSafe for DevPrivate_Resource_s
impl Send for DevPrivate_Resource_s
impl Sync for DevPrivate_Resource_s
impl Unpin for DevPrivate_Resource_s
impl UnwindSafe for DevPrivate_Resource_s
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