[][src]Trait gstreamer::AllocatorExtManual

pub trait AllocatorExtManual: 'static {
    fn alloc(
        &self,
        size: usize,
        params: Option<&AllocationParams>
    ) -> Result<Memory, BoolError>; }

Required methods

fn alloc(
    &self,
    size: usize,
    params: Option<&AllocationParams>
) -> Result<Memory, BoolError>

Loading content...

Implementors

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

Loading content...