Struct _Gst Discoverer Container Info Builder
Source pub struct _GstDiscovererContainerInfoBuilder { /* private fields */ }Auto Trait Implementations§
impl !Send for _GstDiscovererContainerInfoBuilder
impl !Sync for _GstDiscovererContainerInfoBuilder
impl !Unpin for _GstDiscovererContainerInfoBuilder
impl Freeze for _GstDiscovererContainerInfoBuilder
impl RefUnwindSafe for _GstDiscovererContainerInfoBuilder
impl UnsafeUnpin for _GstDiscovererContainerInfoBuilder
impl UnwindSafe for _GstDiscovererContainerInfoBuilder
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