#[repr(C)]pub struct KSCAMERA_PROFILE_CONCURRENCYINFO {
pub ReferenceGuid: GUID,
pub Reserved: u32,
pub ProfileCount: u32,
pub Profiles: *mut KSCAMERA_PROFILE_INFO,
}Fields§
§ReferenceGuid: GUID§Reserved: u32§ProfileCount: u32§Profiles: *mut KSCAMERA_PROFILE_INFOTrait Implementations§
§impl Clone for KSCAMERA_PROFILE_CONCURRENCYINFO
impl Clone for KSCAMERA_PROFILE_CONCURRENCYINFO
impl Copy for KSCAMERA_PROFILE_CONCURRENCYINFO
Auto Trait Implementations§
impl RefUnwindSafe for KSCAMERA_PROFILE_CONCURRENCYINFO
impl !Send for KSCAMERA_PROFILE_CONCURRENCYINFO
impl !Sync for KSCAMERA_PROFILE_CONCURRENCYINFO
impl Unpin for KSCAMERA_PROFILE_CONCURRENCYINFO
impl UnwindSafe for KSCAMERA_PROFILE_CONCURRENCYINFO
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