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