Struct gstreamer::message::PropertyNotifyBuilder [−][src]
pub struct PropertyNotifyBuilder<'a> { /* fields omitted */ }Methods
impl<'a> PropertyNotifyBuilder<'a>[src]
impl<'a> PropertyNotifyBuilder<'a>pub fn value(self, value: &'a ToSendValue) -> Self[src]
pub fn value(self, value: &'a ToSendValue) -> Selfpub fn src<O: IsA<Object> + Cast + Clone>(self, src: Option<&O>) -> Self[src]
pub fn src<O: IsA<Object> + Cast + Clone>(self, src: Option<&O>) -> Selfpub fn seqnum(self, seqnum: Seqnum) -> Self[src]
pub fn seqnum(self, seqnum: Seqnum) -> Selfpub fn other_fields(self, other_fields: &[(&'a str, &'a ToSendValue)]) -> Self[src]
pub fn other_fields(self, other_fields: &[(&'a str, &'a ToSendValue)]) -> Selfpub fn build(self) -> Message[src]
pub fn build(self) -> MessageAuto Trait Implementations
impl<'a> !Send for PropertyNotifyBuilder<'a>
impl<'a> !Send for PropertyNotifyBuilder<'a>impl<'a> !Sync for PropertyNotifyBuilder<'a>
impl<'a> !Sync for PropertyNotifyBuilder<'a>