Struct gstreamer::message::DeviceRemovedBuilder [−][src]
pub struct DeviceRemovedBuilder<'a> { /* fields omitted */ }Methods
impl<'a> DeviceRemovedBuilder<'a>[src]
impl<'a> DeviceRemovedBuilder<'a>pub 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 DeviceRemovedBuilder<'a>
impl<'a> !Send for DeviceRemovedBuilder<'a>impl<'a> !Sync for DeviceRemovedBuilder<'a>
impl<'a> !Sync for DeviceRemovedBuilder<'a>