Struct gstreamer_sys::GstDevice
source · [−]#[repr(C)]pub struct GstDevice {
pub parent: GstObject,
pub priv_: *mut GstDevicePrivate,
pub _gst_reserved: [gpointer; 4],
}Fields
parent: GstObjectpriv_: *mut GstDevicePrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDevice
impl !Send for GstDevice
impl !Sync for GstDevice
impl Unpin for GstDevice
impl UnwindSafe for GstDevice
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