Struct gstreamer::context::ContextRef [−][src]
#[repr(transparent)]pub struct ContextRef(_);
Implementations
impl ContextRef
[src]
impl ContextRef
[src]impl ContextRef
[src]
impl ContextRef
[src]pub fn context_type(&self) -> &str
[src]
pub fn has_context_type(&self, context_type: &str) -> bool
[src]
pub fn is_persistent(&self) -> bool
[src]
pub fn structure(&self) -> &StructureRef
[src]
pub fn structure_mut(&mut self) -> &mut StructureRef
[src]
Trait Implementations
impl AsRef<ContextRef> for Context
[src]
impl AsRef<ContextRef> for Context
[src]fn as_ref(&self) -> &ContextRef
[src]
fn as_ref(&self) -> &ContextRef
[src]Performs the conversion.
impl Borrow<ContextRef> for Context
[src]
impl Borrow<ContextRef> for Context
[src]fn borrow(&self) -> &ContextRef
[src]
fn borrow(&self) -> &ContextRef
[src]Immutably borrows from an owned value. Read more
impl Debug for ContextRef
[src]
impl Debug for ContextRef
[src]impl<'a> FromValue<'a> for &'a ContextRef
[src]
impl<'a> FromValue<'a> for &'a ContextRef
[src]type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
unsafe fn from_value(value: &'a Value) -> Self
[src]
unsafe fn from_value(value: &'a Value) -> Self
[src]Get the contained value from a Value
. Read more
impl GlibPtrDefault for ContextRef
[src]
impl GlibPtrDefault for ContextRef
[src]impl StaticType for ContextRef
[src]
impl StaticType for ContextRef
[src]fn static_type() -> Type
[src]
fn static_type() -> Type
[src]Returns the type identifier of Self
.
impl ToOwned for ContextRef
[src]
impl ToOwned for ContextRef
[src]fn to_owned(&self) -> Context
[src]
fn to_owned(&self) -> Context
[src]Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)
[src]
fn clone_into(&self, target: &mut Self::Owned)
[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