Struct gstreamer::StaticPadTemplate [−][src]
#[repr(C)]pub struct StaticPadTemplate(_);
Methods
impl StaticPadTemplate[src]
impl StaticPadTemplatepub fn get(&self) -> PadTemplate[src]
pub fn get(&self) -> PadTemplatepub fn get_caps(&self) -> Caps[src]
pub fn get_caps(&self) -> Capspub fn name_template<'a>(&self) -> &'a str[src]
pub fn name_template<'a>(&self) -> &'a strpub fn direction(&self) -> PadDirection[src]
pub fn direction(&self) -> PadDirectionpub fn presence(&self) -> PadPresence[src]
pub fn presence(&self) -> PadPresenceTrait Implementations
impl Send for StaticPadTemplate[src]
impl Send for StaticPadTemplateimpl Sync for StaticPadTemplate[src]
impl Sync for StaticPadTemplateimpl StaticType for StaticPadTemplate[src]
impl StaticType for StaticPadTemplatefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.