Struct gstreamer_gl::GLBaseMemory[][src]

pub struct GLBaseMemory { /* fields omitted */ }

Implementations

impl GLBaseMemory[src]

pub unsafe fn from_glib_none(ptr: *const GstGLBaseMemory) -> Self[src]

pub unsafe fn from_glib_full(ptr: *const GstGLBaseMemory) -> Self[src]

pub unsafe fn from_glib_borrow(ptr: *const GstGLBaseMemory) -> Borrowed<Self>[src]

pub unsafe fn replace_ptr(&mut self, ptr: *mut GstGLBaseMemory)[src]

pub fn make_mut(&mut self) -> &mut GLBaseMemoryRef[src]

pub fn get_mut(&mut self) -> Option<&mut GLBaseMemoryRef>[src]

pub fn is_writable(&self) -> bool[src]

pub unsafe fn into_ptr(self) -> *mut GstGLBaseMemory[src]

Methods from Deref<Target = GLBaseMemoryRef>

pub unsafe fn as_ptr(&self) -> *const GstGLBaseMemory[src]

pub unsafe fn as_mut_ptr(&self) -> *mut GstGLBaseMemory[src]

pub fn copy(&self) -> GLBaseMemory[src]

pub unsafe fn memcpy(
    &self,
    dest: &mut GLBaseMemory,
    offset: isize,
    size: isize
) -> Result<(), LoggableError>
[src]

Methods from Deref<Target = MemoryRef>

pub fn allocator(&self) -> Option<Allocator>[src]

pub fn parent(&self) -> Option<&MemoryRef>[src]

pub fn maxsize(&self) -> usize[src]

pub fn align(&self) -> usize[src]

pub fn offset(&self) -> usize[src]

pub fn size(&self) -> usize[src]

pub fn flags(&self) -> MemoryFlags[src]

pub fn copy_part(&self, offset: isize, size: Option<usize>) -> Memory[src]

pub fn is_span(&self, mem2: &MemoryRef) -> Option<usize>[src]

pub fn is_type(&self, mem_type: &str) -> bool[src]

pub fn map_readable(&self) -> Result<MemoryMap<'_, Readable>, BoolError>[src]

pub fn map_writable(&mut self) -> Result<MemoryMap<'_, Writable>, BoolError>[src]

pub fn share(&self, offset: isize, size: Option<usize>) -> Memory[src]

pub fn resize(&mut self, offset: isize, size: usize)[src]

pub fn dump(&self, size: Option<usize>) -> Dump<'_>[src]

pub unsafe fn as_ptr(&self) -> *const GstMemory[src]

pub unsafe fn as_mut_ptr(&self) -> *mut GstMemory[src]

pub fn copy(&self) -> Memory[src]

Trait Implementations

impl AsRef<GLBaseMemoryRef> for GLBaseMemory[src]

fn as_ref(&self) -> &GLBaseMemoryRef[src]

Performs the conversion.

impl Borrow<GLBaseMemoryRef> for GLBaseMemory[src]

fn borrow(&self) -> &GLBaseMemoryRef[src]

Immutably borrows from an owned value. Read more

impl Clone for GLBaseMemory[src]

fn clone(&self) -> Self[src]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Deref for GLBaseMemory[src]

type Target = GLBaseMemoryRef

The resulting type after dereferencing.

fn deref(&self) -> &Self::Target[src]

Dereferences the value.

impl Drop for GLBaseMemory[src]

fn drop(&mut self)[src]

Executes the destructor for this type. Read more

impl FromGlibContainerAsVec<*mut GstGLBaseMemory, *const *mut GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_none_num_as_vec(
    ptr: *const *mut GstGLBaseMemory,
    num: usize
) -> Vec<Self>
[src]

unsafe fn from_glib_container_num_as_vec(
    _: *const *mut GstGLBaseMemory,
    _: usize
) -> Vec<Self>
[src]

unsafe fn from_glib_full_num_as_vec(
    _: *const *mut GstGLBaseMemory,
    _: usize
) -> Vec<Self>
[src]

impl FromGlibContainerAsVec<*mut GstGLBaseMemory, *mut *mut GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_none_num_as_vec(
    ptr: *mut *mut GstGLBaseMemory,
    num: usize
) -> Vec<Self>
[src]

unsafe fn from_glib_container_num_as_vec(
    ptr: *mut *mut GstGLBaseMemory,
    num: usize
) -> Vec<Self>
[src]

unsafe fn from_glib_full_num_as_vec(
    ptr: *mut *mut GstGLBaseMemory,
    num: usize
) -> Vec<Self>
[src]

impl FromGlibPtrArrayContainerAsVec<*mut GstGLBaseMemory, *const *mut GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_none_as_vec(ptr: *const *mut GstGLBaseMemory) -> Vec<Self>[src]

unsafe fn from_glib_container_as_vec(
    _: *const *mut GstGLBaseMemory
) -> Vec<Self>
[src]

unsafe fn from_glib_full_as_vec(_: *const *mut GstGLBaseMemory) -> Vec<Self>[src]

impl FromGlibPtrArrayContainerAsVec<*mut GstGLBaseMemory, *mut *mut GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_none_as_vec(ptr: *mut *mut GstGLBaseMemory) -> Vec<Self>[src]

unsafe fn from_glib_container_as_vec(
    ptr: *mut *mut GstGLBaseMemory
) -> Vec<Self>
[src]

unsafe fn from_glib_full_as_vec(ptr: *mut *mut GstGLBaseMemory) -> Vec<Self>[src]

impl FromGlibPtrBorrow<*const GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_borrow(ptr: *const GstGLBaseMemory) -> Borrowed<Self>[src]

Safety Read more

impl FromGlibPtrBorrow<*mut GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_borrow(ptr: *mut GstGLBaseMemory) -> Borrowed<Self>[src]

Safety Read more

impl FromGlibPtrFull<*const GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_full(ptr: *const GstGLBaseMemory) -> Self[src]

Safety Read more

impl FromGlibPtrFull<*mut GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_full(ptr: *mut GstGLBaseMemory) -> Self[src]

Safety Read more

impl FromGlibPtrNone<*const GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_none(ptr: *const GstGLBaseMemory) -> Self[src]

Safety Read more

impl FromGlibPtrNone<*mut GstGLBaseMemory> for GLBaseMemory[src]

unsafe fn from_glib_none(ptr: *mut GstGLBaseMemory) -> Self[src]

Safety Read more

impl<'a> FromValue<'a> for GLBaseMemory[src]

type Checker = GenericValueTypeOrNoneChecker<Self>

Value type checker.

unsafe fn from_value(value: &'a Value) -> Self[src]

Get the contained value from a Value. Read more

impl GlibPtrDefault for GLBaseMemory[src]

type GlibType = *mut GstGLBaseMemory

impl StaticType for GLBaseMemory[src]

fn static_type() -> Type[src]

Returns the type identifier of Self.

impl<'a> ToGlibContainerFromSlice<'a, *const *mut GstGLBaseMemory> for GLBaseMemory[src]

type Storage = (Vec<Stash<'a, *mut GstGLBaseMemory, GLBaseMemory>>, Option<Vec<*mut GstGLBaseMemory>>)

fn to_glib_none_from_slice(
    t: &'a [GLBaseMemory]
) -> (*const *mut GstGLBaseMemory, Self::Storage)
[src]

fn to_glib_container_from_slice(
    _: &'a [GLBaseMemory]
) -> (*const *mut GstGLBaseMemory, Self::Storage)
[src]

fn to_glib_full_from_slice(_: &[GLBaseMemory]) -> *const *mut GstGLBaseMemory[src]

impl<'a> ToGlibContainerFromSlice<'a, *mut *mut GstGLBaseMemory> for GLBaseMemory[src]

type Storage = (Vec<Stash<'a, *mut GstGLBaseMemory, Self>>, Option<Vec<*mut GstGLBaseMemory>>)

fn to_glib_none_from_slice(
    t: &'a [GLBaseMemory]
) -> (*mut *mut GstGLBaseMemory, Self::Storage)
[src]

fn to_glib_container_from_slice(
    t: &'a [GLBaseMemory]
) -> (*mut *mut GstGLBaseMemory, Self::Storage)
[src]

fn to_glib_full_from_slice(t: &[GLBaseMemory]) -> *mut *mut GstGLBaseMemory[src]

impl<'a> ToGlibPtr<'a, *const GstGLBaseMemory> for GLBaseMemory[src]

type Storage = &'a Self

fn to_glib_none(&'a self) -> Stash<'a, *const GstGLBaseMemory, Self>[src]

Transfer: none. Read more

fn to_glib_full(&self) -> *const GstGLBaseMemory[src]

Transfer: full. Read more

fn to_glib_container(&'a self) -> Stash<'a, P, Self>[src]

Transfer: container. Read more

impl<'a> ToGlibPtr<'a, *mut GstGLBaseMemory> for GLBaseMemory[src]

type Storage = &'a Self

fn to_glib_none(&'a self) -> Stash<'a, *mut GstGLBaseMemory, Self>[src]

Transfer: none. Read more

fn to_glib_full(&self) -> *mut GstGLBaseMemory[src]

Transfer: full. Read more

fn to_glib_container(&'a self) -> Stash<'a, P, Self>[src]

Transfer: container. Read more

impl<'a> ToGlibPtrMut<'a, *mut GstGLBaseMemory> for GLBaseMemory[src]

type Storage = &'a mut Self

fn to_glib_none_mut(&'a mut self) -> StashMut<'_, *mut GstGLBaseMemory, Self>[src]

Transfer: none. Read more

impl ToValue for GLBaseMemory[src]

fn to_value(&self) -> Value[src]

Convert a value to a Value.

fn value_type(&self) -> Type[src]

Returns the type identifer of self. Read more

impl ToValueOptional for GLBaseMemory[src]

fn to_value_optional(s: Option<&Self>) -> Value[src]

Convert an Option to a Value.

impl ValueType for GLBaseMemory[src]

type Type = Self

Type to get the Type from. Read more

impl Send for GLBaseMemory[src]

impl Sync for GLBaseMemory[src]

Auto Trait Implementations

impl RefUnwindSafe for GLBaseMemory

impl Unpin for GLBaseMemory

impl UnwindSafe for GLBaseMemory

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

impl<T> From<T> for T[src]

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

pub fn to_owned(&self) -> T[src]

Creates owned data from borrowed data, usually by cloning. Read more

pub fn clone_into(&self, target: &mut T)[src]

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl<T> ToSendValue for T where
    T: Send + ToValue + ?Sized
[src]

pub fn to_send_value(&self) -> SendValue[src]

Returns a SendValue clone of self.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.

impl<'a, T, C> FromValueOptional<'a> for T where
    C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
    T: FromValue<'a, Checker = C>, 
[src]