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