Struct gstreamer::context::ContextRef [−][src]
pub struct ContextRef(_);
Methods
impl ContextRef[src]
impl ContextRefpub fn get_context_type(&self) -> &str[src]
pub fn get_context_type(&self) -> &strpub fn has_context_type(&self, context_type: &str) -> bool[src]
pub fn has_context_type(&self, context_type: &str) -> boolpub fn is_persistent(&self) -> bool[src]
pub fn is_persistent(&self) -> boolpub fn get_structure(&self) -> &StructureRef[src]
pub fn get_structure(&self) -> &StructureRefpub fn get_mut_structure(&mut self) -> &mut StructureRef[src]
pub fn get_mut_structure(&mut self) -> &mut StructureRefTrait Implementations
impl MiniObject for ContextRef[src]
impl MiniObject for ContextReftype GstType = GstContext
unsafe fn as_ptr(&self) -> *const Self::GstType[src]
unsafe fn as_ptr(&self) -> *const Self::GstTypeunsafe fn as_mut_ptr(&self) -> *mut Self::GstType[src]
unsafe fn as_mut_ptr(&self) -> *mut Self::GstTypeⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a SelfⓘImportant traits for &'a mut Runsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Selffn copy(&self) -> GstRc<Self>[src]
fn copy(&self) -> GstRc<Self>impl StaticType for ContextRef[src]
impl StaticType for ContextReffn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl Debug for ContextRef[src]
impl Debug for ContextReffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ToOwned for ContextRef[src]
impl ToOwned for ContextReftype Owned = GstRc<ContextRef>
fn to_owned(&self) -> GstRc<ContextRef>[src]
fn to_owned(&self) -> GstRc<ContextRef>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)🔬 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 Sync for ContextRef[src]
impl Sync for ContextRefimpl Send for ContextRef[src]
impl Send for ContextRef