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