Struct VideoStabilizationEffectEnabledChangedReason
#[repr(transparent)]pub struct VideoStabilizationEffectEnabledChangedReason(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl VideoStabilizationEffectEnabledChangedReason
impl VideoStabilizationEffectEnabledChangedReason
pub const Programmatic: Self = _
pub const PixelRateTooHigh: Self = _
pub const RunningSlowly: Self = _
Trait Implementations§
§impl Clone for VideoStabilizationEffectEnabledChangedReason
impl Clone for VideoStabilizationEffectEnabledChangedReason
§fn clone(&self) -> VideoStabilizationEffectEnabledChangedReason
fn clone(&self) -> VideoStabilizationEffectEnabledChangedReason
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 Default for VideoStabilizationEffectEnabledChangedReason
impl Default for VideoStabilizationEffectEnabledChangedReason
§fn default() -> VideoStabilizationEffectEnabledChangedReason
fn default() -> VideoStabilizationEffectEnabledChangedReason
Returns the “default value” for a type. Read more
§impl PartialEq for VideoStabilizationEffectEnabledChangedReason
impl PartialEq for VideoStabilizationEffectEnabledChangedReason
§fn eq(&self, other: &VideoStabilizationEffectEnabledChangedReason) -> bool
fn eq(&self, other: &VideoStabilizationEffectEnabledChangedReason) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VideoStabilizationEffectEnabledChangedReason
impl Eq for VideoStabilizationEffectEnabledChangedReason
impl StructuralPartialEq for VideoStabilizationEffectEnabledChangedReason
Auto Trait Implementations§
impl Freeze for VideoStabilizationEffectEnabledChangedReason
impl RefUnwindSafe for VideoStabilizationEffectEnabledChangedReason
impl Send for VideoStabilizationEffectEnabledChangedReason
impl Sync for VideoStabilizationEffectEnabledChangedReason
impl Unpin for VideoStabilizationEffectEnabledChangedReason
impl UnwindSafe for VideoStabilizationEffectEnabledChangedReason
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