Struct gstreamer_sdp::SDPAttribute [−][src]
#[repr(C)]pub struct SDPAttribute(_);
Methods
impl SDPAttribute[src]
impl SDPAttributepub fn new(key: &str, value: &str) -> Result<Self, ()>[src]
pub fn new(key: &str, value: &str) -> Result<Self, ()>pub fn key(&self) -> &str[src]
pub fn key(&self) -> &strpub fn value(&self) -> &str[src]
pub fn value(&self) -> &strTrait Implementations
impl Drop for SDPAttribute[src]
impl Drop for SDPAttributeAuto Trait Implementations
impl !Send for SDPAttribute
impl !Send for SDPAttributeimpl !Sync for SDPAttribute
impl !Sync for SDPAttribute