[][src]Trait gstreamer_video::prelude::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> AllocatorExt for O where
    O: IsA<Allocator>, 
[src][]