Struct windows_sys::Win32::Media::KernelStreaming::KSCAMERA_PROFILE_PININFO
#[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,
}
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§
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