#[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: PCWSTRTagfile: PCWSTRDescription: PCWSTRSourcePath: PCWSTRSourceFile: PCWSTRFlags: u32Trait 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 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