Struct gstreamer_sys::GstObject
source · #[repr(C)]pub struct GstObject {
pub object: GInitiallyUnowned,
pub lock: GMutex,
pub name: *mut c_char,
pub parent: *mut GstObject,
pub flags: u32,
pub control_bindings: *mut GList,
pub control_rate: u64,
pub last_sync: u64,
pub _gst_reserved: gpointer,
}Fields
object: GInitiallyUnownedlock: GMutexname: *mut c_charparent: *mut GstObjectflags: u32control_bindings: *mut GListcontrol_rate: u64last_sync: u64_gst_reserved: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstObject
impl !Send for GstObject
impl !Sync for GstObject
impl Unpin for GstObject
impl UnwindSafe for GstObject
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