[][src]Trait gstreamer_check::prelude::AllocatorExt

pub trait AllocatorExt: 'static {
    pub fn set_default(&self);
}

Required methods

pub fn set_default(&self)[src]

Loading content...

Implementors

impl<O> AllocatorExt for O where
    O: IsA<Allocator>, 
[src]

Loading content...