Struct ClosedCaptionProperties
pub struct ClosedCaptionProperties;
Implementations§
§impl ClosedCaptionProperties
impl ClosedCaptionProperties
pub fn FontColor() -> Result<ClosedCaptionColor>
pub fn ComputedFontColor() -> Result<Color>
pub fn FontOpacity() -> Result<ClosedCaptionOpacity>
pub fn FontSize() -> Result<ClosedCaptionSize>
pub fn FontStyle() -> Result<ClosedCaptionStyle>
pub fn FontEffect() -> Result<ClosedCaptionEdgeEffect>
pub fn BackgroundColor() -> Result<ClosedCaptionColor>
pub fn ComputedBackgroundColor() -> Result<Color>
pub fn BackgroundOpacity() -> Result<ClosedCaptionOpacity>
pub fn RegionColor() -> Result<ClosedCaptionColor>
pub fn ComputedRegionColor() -> Result<Color>
pub fn RegionOpacity() -> Result<ClosedCaptionOpacity>
pub fn PropertiesChanged<P0>(handler: P0) -> Result<i64>where
P0: Param<EventHandler<IInspectable>>,
pub fn RemovePropertiesChanged(token: i64) -> Result<()>
Auto Trait Implementations§
impl Freeze for ClosedCaptionProperties
impl RefUnwindSafe for ClosedCaptionProperties
impl Send for ClosedCaptionProperties
impl Sync for ClosedCaptionProperties
impl Unpin for ClosedCaptionProperties
impl UnwindSafe for ClosedCaptionProperties
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