#[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,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more