#[repr(C)]pub struct SOURCE_MEDIA_W {
pub Reserved: PCWSTR,
pub Tagfile: PCWSTR,
pub Description: PCWSTR,
pub SourcePath: PCWSTR,
pub SourceFile: PCWSTR,
pub Flags: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
Reserved: PCWSTR
Tagfile: PCWSTR
Description: PCWSTR
SourcePath: PCWSTR
SourceFile: PCWSTR
Flags: u32
Trait Implementations
impl Clone for SOURCE_MEDIA_W
impl Clone for SOURCE_MEDIA_W
impl Copy for SOURCE_MEDIA_W
Auto Trait Implementations
impl RefUnwindSafe for SOURCE_MEDIA_W
impl !Send for SOURCE_MEDIA_W
impl !Sync for SOURCE_MEDIA_W
impl Unpin for SOURCE_MEDIA_W
impl UnwindSafe for SOURCE_MEDIA_W
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