[−][src]Struct gstreamer::sample::SampleBuilder
Implementations
impl<'a> SampleBuilder<'a>
[src]
pub fn buffer(self, buffer: &'a Buffer) -> Self
[src]
pub fn buffer_list(self, buffer_list: &'a BufferList) -> Self
[src]
pub fn caps(self, caps: &'a Caps) -> Self
[src]
pub fn segment<F: FormattedValue>(
self,
segment: &'a FormattedSegment<F>
) -> Self
[src]
self,
segment: &'a FormattedSegment<F>
) -> Self
pub fn info(self, info: Structure) -> Self
[src]
pub fn build(self) -> Sample
[src]
Trait Implementations
impl<'a> Clone for SampleBuilder<'a>
[src]
fn clone(&self) -> SampleBuilder<'a>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> Debug for SampleBuilder<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for SampleBuilder<'a>
impl<'a> Send for SampleBuilder<'a>
impl<'a> Sync for SampleBuilder<'a>
impl<'a> Unpin for SampleBuilder<'a>
impl<'a> UnwindSafe for SampleBuilder<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,