Struct KS_VideoStreamingHints
#[repr(transparent)]pub struct KS_VideoStreamingHints(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KS_VideoStreamingHints
impl Clone for KS_VideoStreamingHints
§fn clone(&self) -> KS_VideoStreamingHints
fn clone(&self) -> KS_VideoStreamingHints
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 KS_VideoStreamingHints
impl Debug for KS_VideoStreamingHints
§impl Default for KS_VideoStreamingHints
impl Default for KS_VideoStreamingHints
§fn default() -> KS_VideoStreamingHints
fn default() -> KS_VideoStreamingHints
Returns the “default value” for a type. Read more
§impl PartialEq for KS_VideoStreamingHints
impl PartialEq for KS_VideoStreamingHints
impl Copy for KS_VideoStreamingHints
impl Eq 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 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