Struct windows::Win32::System::WindowsProgramming::ICameraUIControl
pub struct ICameraUIControl(/* private fields */);
Implementations§
§impl ICameraUIControl
impl ICameraUIControl
pub unsafe fn Show<P0, P1, P2>(
&self,
pwindow: P0,
mode: CameraUIControlMode,
selectionmode: CameraUIControlLinearSelectionMode,
capturemode: CameraUIControlCaptureMode,
photoformat: CameraUIControlPhotoFormat,
videoformat: CameraUIControlVideoFormat,
bhasclosebutton: P1,
peventcallback: P2,
) -> Result<()>where
P0: Param<IUnknown>,
P1: Param<BOOL>,
P2: Param<ICameraUIControlEventCallback>,
pub unsafe fn Close(&self) -> Result<()>
pub unsafe fn Suspend(&self) -> Result<BOOL>
pub unsafe fn Resume(&self) -> Result<()>
pub unsafe fn GetCurrentViewType(&self) -> Result<CameraUIControlViewType>
pub unsafe fn GetActiveItem( &self, pbstractiveitempath: Option<*mut BSTR>, ) -> Result<()>
pub unsafe fn GetSelectedItems(&self) -> Result<*mut SAFEARRAY>
pub unsafe fn RemoveCapturedItem<P0>(&self, pszpath: P0) -> Result<()>where
P0: Param<PCWSTR>,
Trait Implementations§
§impl CanInto<IUnknown> for ICameraUIControl
impl CanInto<IUnknown> for ICameraUIControl
§impl Clone for ICameraUIControl
impl Clone for ICameraUIControl
§fn clone(&self) -> ICameraUIControl
fn clone(&self) -> ICameraUIControl
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 Debug for ICameraUIControl
impl Debug for ICameraUIControl
§impl Deref for ICameraUIControl
impl Deref for ICameraUIControl
§impl From<&ICameraUIControl> for &IUnknown
impl From<&ICameraUIControl> for &IUnknown
§fn from(value: &ICameraUIControl) -> Self
fn from(value: &ICameraUIControl) -> Self
Converts to this type from the input type.
§impl From<ICameraUIControl> for IUnknown
impl From<ICameraUIControl> for IUnknown
§fn from(value: ICameraUIControl) -> Self
fn from(value: ICameraUIControl) -> Self
Converts to this type from the input type.
§impl Interface for ICameraUIControl
impl Interface for ICameraUIControl
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for ICameraUIControl
impl PartialEq for ICameraUIControl
§fn eq(&self, other: &ICameraUIControl) -> bool
fn eq(&self, other: &ICameraUIControl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ICameraUIControl
impl StructuralPartialEq for ICameraUIControl
Auto Trait Implementations§
impl Freeze for ICameraUIControl
impl RefUnwindSafe for ICameraUIControl
impl !Send for ICameraUIControl
impl !Sync for ICameraUIControl
impl Unpin for ICameraUIControl
impl UnwindSafe for ICameraUIControl
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
)