Struct windows_sys::Win32::Media::DirectShow::SmartCardApplication
[−]#[repr(C)]pub struct SmartCardApplication {
pub ApplicationType: ApplicationTypeType,
pub ApplicationVersion: u16,
pub pbstrApplicationName: BSTR,
pub pbstrApplicationURL: BSTR,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
ApplicationType: ApplicationTypeType
ApplicationVersion: u16
pbstrApplicationName: BSTR
pbstrApplicationURL: BSTR
Trait Implementations
impl Clone for SmartCardApplication
impl Clone for SmartCardApplication
impl Copy for SmartCardApplication
Auto Trait Implementations
impl RefUnwindSafe for SmartCardApplication
impl !Send for SmartCardApplication
impl !Sync for SmartCardApplication
impl Unpin for SmartCardApplication
impl UnwindSafe for SmartCardApplication
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