#[repr(C, packed(1))]pub struct DevPrivate_Range_s {
pub PR_Data1: u32,
pub PR_Data2: u32,
pub PR_Data3: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
PR_Data1: u32
PR_Data2: u32
PR_Data3: u32
Trait Implementations
impl Clone for DevPrivate_Range_s
impl Clone for DevPrivate_Range_s
impl Copy for DevPrivate_Range_s
Auto Trait Implementations
impl RefUnwindSafe for DevPrivate_Range_s
impl Send for DevPrivate_Range_s
impl Sync for DevPrivate_Range_s
impl Unpin for DevPrivate_Range_s
impl UnwindSafe for DevPrivate_Range_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