Struct gstreamer_sys::_GstDeviceMonitorPrivate
source · #[repr(C)]pub struct _GstDeviceMonitorPrivate { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstDeviceMonitorPrivate
impl RefUnwindSafe for _GstDeviceMonitorPrivate
impl !Send for _GstDeviceMonitorPrivate
impl !Sync for _GstDeviceMonitorPrivate
impl !Unpin for _GstDeviceMonitorPrivate
impl UnwindSafe for _GstDeviceMonitorPrivate
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