#[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: gpointerTrait Implementations§
Source§impl Clone for GstMiniObject
impl Clone for GstMiniObject
impl Copy for GstMiniObject
Auto Trait Implementations§
impl !Send for GstMiniObject
impl !Sync for GstMiniObject
impl Freeze for GstMiniObject
impl RefUnwindSafe for GstMiniObject
impl Unpin for GstMiniObject
impl UnsafeUnpin 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