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

Loading content...