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