Struct windows_sys::Win32::Media::KernelStreaming::KSCAMERA_PROFILE_INFO
[−]#[repr(C)]pub struct KSCAMERA_PROFILE_INFO {
pub ProfileId: GUID,
pub Index: u32,
pub PinCount: u32,
pub Pins: *mut KSCAMERA_PROFILE_PININFO,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
ProfileId: GUID
Index: u32
PinCount: u32
Pins: *mut KSCAMERA_PROFILE_PININFO
Trait Implementations
impl Clone for KSCAMERA_PROFILE_INFO
impl Clone for KSCAMERA_PROFILE_INFO
impl Copy for KSCAMERA_PROFILE_INFO
Auto Trait Implementations
impl RefUnwindSafe for KSCAMERA_PROFILE_INFO
impl !Send for KSCAMERA_PROFILE_INFO
impl !Sync for KSCAMERA_PROFILE_INFO
impl Unpin for KSCAMERA_PROFILE_INFO
impl UnwindSafe for KSCAMERA_PROFILE_INFO
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