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