Struct gstreamer_sys::_GstBusPrivate
source · [−]#[repr(C)]pub struct _GstBusPrivate { /* private fields */ }Auto Trait Implementations
impl RefUnwindSafe for _GstBusPrivate
impl !Send for _GstBusPrivate
impl !Sync for _GstBusPrivate
impl !Unpin for _GstBusPrivate
impl UnwindSafe for _GstBusPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more