Struct KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
#[repr(transparent)]pub struct KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl Clone for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
§fn clone(&self) -> KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
fn clone(&self) -> KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
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 KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl Default for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
§fn default() -> KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
fn default() -> KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
Returns the “default value” for a type. Read more
§impl PartialEq for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl PartialEq for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
§fn eq(&self, other: &KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY) -> bool
fn eq(&self, other: &KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl Eq for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl StructuralPartialEq for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
Auto Trait Implementations§
impl Freeze for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl RefUnwindSafe for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl Send for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl Sync for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl Unpin for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
impl UnwindSafe for KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY
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