[][src]Trait gstreamer::AllocatorExt

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

Trait containing all Allocator methods.

Implementors

Allocator

Required methods

fn set_default(&self)[]

Set the default allocator. This function takes ownership of self.

Implementors

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