[][src]Trait gstreamer_check::prelude::AllocatorExtManual

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

Required methods

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

Loading content...

Implementors

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

Loading content...