#[repr(C)]pub struct VideoTrackPtr {
pub ptr: SharedPtr<VideoTrack>,
}Fields§
§ptr: SharedPtr<VideoTrack>Trait Implementations§
Source§impl ExternType for VideoTrackPtr
impl ExternType for VideoTrackPtr
Auto Trait Implementations§
impl Freeze for VideoTrackPtr
impl RefUnwindSafe for VideoTrackPtr
impl Send for VideoTrackPtr
impl Sync for VideoTrackPtr
impl Unpin for VideoTrackPtr
impl UnwindSafe for VideoTrackPtr
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