Struct GstDiscoverer
Source#[repr(C)]pub struct GstDiscoverer {
pub parent: GObject,
pub priv_: *mut GstDiscovererPrivate,
pub _reserved: [gpointer; 4],
}Fields§
§parent: GObject§priv_: *mut GstDiscovererPrivate§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstDiscoverer
impl Clone for GstDiscoverer
Source§fn clone(&self) -> GstDiscoverer
fn clone(&self) -> GstDiscoverer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstDiscoverer
Auto Trait Implementations§
impl !Send for GstDiscoverer
impl !Sync for GstDiscoverer
impl Freeze for GstDiscoverer
impl RefUnwindSafe for GstDiscoverer
impl Unpin for GstDiscoverer
impl UnsafeUnpin for GstDiscoverer
impl UnwindSafe for GstDiscoverer
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