#[repr(C)]pub struct KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S {
pub Capabilities: u32,
pub Reserved0: u32,
}
Fields§
§Capabilities: u32
§Reserved0: u32
Trait Implementations§
§impl Clone for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
impl Clone for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
§fn clone(&self) -> KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
fn clone(&self) -> KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
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 PartialEq for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
impl PartialEq for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
§fn eq(&self, other: &KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S) -> bool
fn eq(&self, other: &KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
impl Eq for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
impl StructuralPartialEq for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
Auto Trait Implementations§
impl Freeze for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)