Struct KSCAMERA_PROFILE_CONCURRENCYINFO
#[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_INFO
Trait Implementations§
§impl Clone for KSCAMERA_PROFILE_CONCURRENCYINFO
impl Clone for KSCAMERA_PROFILE_CONCURRENCYINFO
§fn clone(&self) -> KSCAMERA_PROFILE_CONCURRENCYINFO
fn clone(&self) -> KSCAMERA_PROFILE_CONCURRENCYINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for KSCAMERA_PROFILE_CONCURRENCYINFO
Auto Trait Implementations§
impl Freeze for KSCAMERA_PROFILE_CONCURRENCYINFO
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