Struct windows_sys::Win32::Media::MediaFoundation::SENSORPROFILEID
[−]Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
Type: GUID
Index: u32
Unused: u32
Trait Implementations
impl Clone for SENSORPROFILEID
impl Clone for SENSORPROFILEID
impl Copy for SENSORPROFILEID
Auto Trait Implementations
impl RefUnwindSafe for SENSORPROFILEID
impl Send for SENSORPROFILEID
impl Sync for SENSORPROFILEID
impl Unpin for SENSORPROFILEID
impl UnwindSafe for SENSORPROFILEID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more