#[repr(transparent)]pub struct KS_VideoStreamingHints(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl KS_VideoStreamingHints
impl KS_VideoStreamingHints
pub const KS_StreamingHint_FrameInterval: Self
pub const KS_StreamingHint_KeyFrameRate: Self
pub const KS_StreamingHint_PFrameRate: Self
pub const KS_StreamingHint_CompQuality: Self
pub const KS_StreamingHint_CompWindowSize: Self
Trait Implementations§
Source§impl Abi for KS_VideoStreamingHints
impl Abi for KS_VideoStreamingHints
Source§type Abi = KS_VideoStreamingHints
type Abi = KS_VideoStreamingHints
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_VideoStreamingHints
impl Clone for KS_VideoStreamingHints
Source§fn clone(&self) -> KS_VideoStreamingHints
fn clone(&self) -> KS_VideoStreamingHints
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KS_VideoStreamingHints
Source§impl Debug for KS_VideoStreamingHints
impl Debug for KS_VideoStreamingHints
Source§impl Default for KS_VideoStreamingHints
impl Default for KS_VideoStreamingHints
Source§fn default() -> KS_VideoStreamingHints
fn default() -> KS_VideoStreamingHints
Returns the “default value” for a type. Read more
impl Eq for KS_VideoStreamingHints
Source§impl From<i32> for KS_VideoStreamingHints
impl From<i32> for KS_VideoStreamingHints
Source§impl PartialEq for KS_VideoStreamingHints
impl PartialEq for KS_VideoStreamingHints
impl StructuralPartialEq for KS_VideoStreamingHints
Auto Trait Implementations§
impl Freeze for KS_VideoStreamingHints
impl RefUnwindSafe for KS_VideoStreamingHints
impl Send for KS_VideoStreamingHints
impl Sync for KS_VideoStreamingHints
impl Unpin for KS_VideoStreamingHints
impl UnsafeUnpin for KS_VideoStreamingHints
impl UnwindSafe for KS_VideoStreamingHints
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