#[repr(transparent)]pub struct KS_VideoControlFlags(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl KS_VideoControlFlags
impl KS_VideoControlFlags
pub const KS_VideoControlFlag_FlipHorizontal: Self
pub const KS_VideoControlFlag_FlipVertical: Self
pub const KS_Obsolete_VideoControlFlag_ExternalTriggerEnable: Self
pub const KS_Obsolete_VideoControlFlag_Trigger: Self
pub const KS_VideoControlFlag_ExternalTriggerEnable: Self
pub const KS_VideoControlFlag_Trigger: Self
pub const KS_VideoControlFlag_IndependentImagePin: Self
pub const KS_VideoControlFlag_StillCapturePreviewFrame: Self
pub const KS_VideoControlFlag_StartPhotoSequenceCapture: Self
pub const KS_VideoControlFlag_StopPhotoSequenceCapture: Self
Trait Implementations§
Source§impl Abi for KS_VideoControlFlags
impl Abi for KS_VideoControlFlags
Source§type Abi = KS_VideoControlFlags
type Abi = KS_VideoControlFlags
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_VideoControlFlags
impl Clone for KS_VideoControlFlags
Source§fn clone(&self) -> KS_VideoControlFlags
fn clone(&self) -> KS_VideoControlFlags
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 Debug for KS_VideoControlFlags
impl Debug for KS_VideoControlFlags
Source§impl Default for KS_VideoControlFlags
impl Default for KS_VideoControlFlags
Source§fn default() -> KS_VideoControlFlags
fn default() -> KS_VideoControlFlags
Returns the “default value” for a type. Read more
Source§impl From<i32> for KS_VideoControlFlags
impl From<i32> for KS_VideoControlFlags
Source§impl PartialEq for KS_VideoControlFlags
impl PartialEq for KS_VideoControlFlags
impl Copy for KS_VideoControlFlags
impl Eq for KS_VideoControlFlags
impl StructuralPartialEq for KS_VideoControlFlags
Auto Trait Implementations§
impl Freeze for KS_VideoControlFlags
impl RefUnwindSafe for KS_VideoControlFlags
impl Send for KS_VideoControlFlags
impl Sync for KS_VideoControlFlags
impl Unpin for KS_VideoControlFlags
impl UnwindSafe for KS_VideoControlFlags
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