Struct windows::Media::VideoEffects
pub struct VideoEffects;
Implementations§
§impl VideoEffects
impl VideoEffects
pub fn VideoStabilization() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for VideoEffects
impl RefUnwindSafe for VideoEffects
impl Send for VideoEffects
impl Sync for VideoEffects
impl Unpin for VideoEffects
impl UnwindSafe for VideoEffects
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