#[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: GUID
Anonymous: KSCAMERA_PROFILE_PININFO_0
MediaInfoCount: u32
MediaInfos: *mut KSCAMERA_PROFILE_MEDIAINFO
Trait 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 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