Struct 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_MEDIAINFOTrait Implementations§
§impl Clone for KSCAMERA_PROFILE_PININFO
impl Clone for KSCAMERA_PROFILE_PININFO
§fn clone(&self) -> KSCAMERA_PROFILE_PININFO
fn clone(&self) -> KSCAMERA_PROFILE_PININFO
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 more§impl Default for KSCAMERA_PROFILE_PININFO
impl Default for KSCAMERA_PROFILE_PININFO
impl Copy for KSCAMERA_PROFILE_PININFO
Auto Trait Implementations§
impl Freeze for KSCAMERA_PROFILE_PININFO
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