#[repr(transparent)]pub struct KS_CameraControlAsyncOperation(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl KS_CameraControlAsyncOperation
impl KS_CameraControlAsyncOperation
pub const KS_CAMERACONTROL_ASYNC_START: Self
pub const KS_CAMERACONTROL_ASYNC_STOP: Self
pub const KS_CAMERACONTROL_ASYNC_RESET: Self
Trait Implementations§
Source§impl Abi for KS_CameraControlAsyncOperation
impl Abi for KS_CameraControlAsyncOperation
Source§type Abi = KS_CameraControlAsyncOperation
type Abi = KS_CameraControlAsyncOperation
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for KS_CameraControlAsyncOperation
impl Clone for KS_CameraControlAsyncOperation
Source§fn clone(&self) -> KS_CameraControlAsyncOperation
fn clone(&self) -> KS_CameraControlAsyncOperation
Returns a duplicate 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 moreSource§impl Default for KS_CameraControlAsyncOperation
impl Default for KS_CameraControlAsyncOperation
Source§fn default() -> KS_CameraControlAsyncOperation
fn default() -> KS_CameraControlAsyncOperation
Returns the “default value” for a type. Read more
Source§impl From<i32> for KS_CameraControlAsyncOperation
impl From<i32> for KS_CameraControlAsyncOperation
Source§impl PartialEq for KS_CameraControlAsyncOperation
impl PartialEq for KS_CameraControlAsyncOperation
Source§fn eq(&self, other: &KS_CameraControlAsyncOperation) -> bool
fn eq(&self, other: &KS_CameraControlAsyncOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for KS_CameraControlAsyncOperation
impl Eq for KS_CameraControlAsyncOperation
impl StructuralPartialEq for KS_CameraControlAsyncOperation
Auto Trait Implementations§
impl Freeze for KS_CameraControlAsyncOperation
impl RefUnwindSafe for KS_CameraControlAsyncOperation
impl Send for KS_CameraControlAsyncOperation
impl Sync for KS_CameraControlAsyncOperation
impl Unpin for KS_CameraControlAsyncOperation
impl UnwindSafe for KS_CameraControlAsyncOperation
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