Struct gstreamer_sys::GstDevice
source · #[repr(C)]pub struct GstDevice {
pub parent: GstObject,
pub priv_: *mut GstDevicePrivate,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GstObject
§priv_: *mut GstDevicePrivate
§_gst_reserved: [gpointer; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstDevice
impl RefUnwindSafe for GstDevice
impl !Send for GstDevice
impl !Sync for GstDevice
impl Unpin for GstDevice
impl UnwindSafe for GstDevice
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)