Struct gstreamer_sys::GstMiniObject
source · #[repr(C)]pub struct GstMiniObject {
pub type_: GType,
pub refcount: c_int,
pub lockstate: c_int,
pub flags: c_uint,
pub copy: GstMiniObjectCopyFunction,
pub dispose: GstMiniObjectDisposeFunction,
pub free: GstMiniObjectFreeFunction,
pub priv_uint: c_uint,
pub priv_pointer: gpointer,
}
Fields§
§type_: GType
§refcount: c_int
§lockstate: c_int
§flags: c_uint
§copy: GstMiniObjectCopyFunction
§dispose: GstMiniObjectDisposeFunction
§free: GstMiniObjectFreeFunction
§priv_uint: c_uint
§priv_pointer: gpointer
Trait Implementations§
source§impl Clone for GstMiniObject
impl Clone for GstMiniObject
source§fn clone(&self) -> GstMiniObject
fn clone(&self) -> GstMiniObject
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstMiniObject
impl Debug for GstMiniObject
impl Copy for GstMiniObject
Auto Trait Implementations§
impl Freeze for GstMiniObject
impl RefUnwindSafe for GstMiniObject
impl !Send for GstMiniObject
impl !Sync for GstMiniObject
impl Unpin for GstMiniObject
impl UnwindSafe for GstMiniObject
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
)