Struct windows_sys::Win32::Media::KernelStreaming::KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
[−]#[repr(C)]pub struct KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S {
pub Capabilities: u32,
pub Reserved0: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Capabilities: u32
Reserved0: u32
Trait Implementations
impl Copy for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
Auto Trait Implementations
impl RefUnwindSafe for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
impl Send for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
impl Sync for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
impl Unpin for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
impl UnwindSafe for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
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