#[repr(C)]pub struct KSCAMERA_PROFILE_PININFO {
pub PinCategory: GUID,
pub Anonymous: KSCAMERA_PROFILE_PININFO_0,
pub MediaInfoCount: u32,
pub MediaInfos: *mut KSCAMERA_PROFILE_MEDIAINFO,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
PinCategory: GUIDAnonymous: KSCAMERA_PROFILE_PININFO_0MediaInfoCount: u32MediaInfos: *mut KSCAMERA_PROFILE_MEDIAINFOTrait Implementations
impl Clone for KSCAMERA_PROFILE_PININFO
impl Clone for KSCAMERA_PROFILE_PININFO
impl Copy for KSCAMERA_PROFILE_PININFO
Auto Trait Implementations
impl RefUnwindSafe for KSCAMERA_PROFILE_PININFO
impl !Send for KSCAMERA_PROFILE_PININFO
impl !Sync for KSCAMERA_PROFILE_PININFO
impl Unpin for KSCAMERA_PROFILE_PININFO
impl UnwindSafe for KSCAMERA_PROFILE_PININFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more