[−][src]Struct gst::MiniObject
Methods
impl MiniObject[src]
pub unsafe fn new_from_gst_miniobject(
miniobject: *mut GstMiniObject
) -> Option<MiniObject>[src]
miniobject: *mut GstMiniObject
) -> Option<MiniObject>
pub fn lock<F: FnMut(&mut MiniObject)>(
&mut self,
flags: &[LockFlags],
f: F
) -> bool[src]
&mut self,
flags: &[LockFlags],
f: F
) -> bool
pub fn make_writable(self) -> MiniObject[src]
pub fn gst_miniobject(&self) -> *const GstMiniObject[src]
pub fn gst_miniobject_mut(&mut self) -> *mut GstMiniObject[src]
Trait Implementations
impl Transfer<Struct__GstMiniObject> for MiniObject[src]
unsafe fn transfer(self) -> *mut GstMiniObject[src]
impl AsMut<MiniObject> for Caps[src]
fn as_mut(&mut self) -> &mut MiniObject[src]
impl AsMut<MiniObject> for Buffer[src]
fn as_mut(&mut self) -> &mut MiniObject[src]
impl AsRef<MiniObject> for Caps[src]
fn as_ref(&self) -> &MiniObject[src]
impl AsRef<MiniObject> for Buffer[src]
fn as_ref(&self) -> &MiniObject[src]
impl Clone for MiniObject[src]
fn clone(&self) -> MiniObject[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl From<Caps> for MiniObject[src]
fn from(b: Caps) -> MiniObject[src]
impl From<Buffer> for MiniObject[src]
fn from(b: Buffer) -> MiniObject[src]
impl Drop for MiniObject[src]
Auto Trait Implementations
impl !Send for MiniObject
impl !Sync for MiniObject
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,