Struct gstreamer::message::WarningBuilder [−][src]
pub struct WarningBuilder<'a, T> { /* fields omitted */ }
Implementations
impl<'a, T: MessageErrorDomain> WarningBuilder<'a, T>
[src]
impl<'a, T: MessageErrorDomain> WarningBuilder<'a, T>
[src]pub fn debug(self, debug: &'a str) -> Self
[src]
pub fn details(self, details: Structure) -> Self
[src]
This is supported on crate feature
v1_10
only.pub fn src<O: IsA<Object> + Cast + Clone>(self, src: &O) -> Self
[src]
pub fn seqnum(self, seqnum: Seqnum) -> Self
[src]
pub fn other_fields(
self,
other_fields: &[(&'a str, &'a (dyn ToSendValue + Sync))]
) -> Self
[src]
self,
other_fields: &[(&'a str, &'a (dyn ToSendValue + Sync))]
) -> Self
This is supported on crate feature
v1_14
only.pub fn build(self) -> Message
[src]
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for WarningBuilder<'a, T>
impl<'a, T> Send for WarningBuilder<'a, T> where
T: Send,
T: Send,
impl<'a, T> Sync for WarningBuilder<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for WarningBuilder<'a, T> where
T: Unpin,
T: Unpin,