pub struct GFxMovieView;
Trait Implementations§
Source§impl Debug for GFxMovieView
impl Debug for GFxMovieView
Source§impl RefCounted for GFxMovieView
impl RefCounted for GFxMovieView
Auto Trait Implementations§
impl Freeze for GFxMovieView
impl RefUnwindSafe for GFxMovieView
impl Send for GFxMovieView
impl Sync for GFxMovieView
impl Unpin for GFxMovieView
impl UnwindSafe for GFxMovieView
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