#[repr(transparent)]pub struct KS_CompressionCaps(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl KS_CompressionCaps
impl KS_CompressionCaps
pub const KS_CompressionCaps_CanQuality: Self
pub const KS_CompressionCaps_CanCrunch: Self
pub const KS_CompressionCaps_CanKeyFrame: Self
pub const KS_CompressionCaps_CanBFrame: Self
pub const KS_CompressionCaps_CanWindow: Self
Trait Implementations§
Source§impl Abi for KS_CompressionCaps
impl Abi for KS_CompressionCaps
Source§type Abi = KS_CompressionCaps
type Abi = KS_CompressionCaps
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_CompressionCaps
impl Clone for KS_CompressionCaps
Source§fn clone(&self) -> KS_CompressionCaps
fn clone(&self) -> KS_CompressionCaps
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_CompressionCaps
impl Debug for KS_CompressionCaps
Source§impl Default for KS_CompressionCaps
impl Default for KS_CompressionCaps
Source§fn default() -> KS_CompressionCaps
fn default() -> KS_CompressionCaps
Returns the “default value” for a type. Read more
Source§impl From<i32> for KS_CompressionCaps
impl From<i32> for KS_CompressionCaps
Source§impl PartialEq for KS_CompressionCaps
impl PartialEq for KS_CompressionCaps
impl Copy for KS_CompressionCaps
impl Eq for KS_CompressionCaps
impl StructuralPartialEq for KS_CompressionCaps
Auto Trait Implementations§
impl Freeze for KS_CompressionCaps
impl RefUnwindSafe for KS_CompressionCaps
impl Send for KS_CompressionCaps
impl Sync for KS_CompressionCaps
impl Unpin for KS_CompressionCaps
impl UnwindSafe for KS_CompressionCaps
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