Struct gstreamer::BufferPoolAcquireParams [−][src]
pub struct BufferPoolAcquireParams(_);
Methods
impl BufferPoolAcquireParams[src]
impl BufferPoolAcquireParamspub fn with_flags(flags: BufferPoolAcquireFlags) -> Self[src]
pub fn with_flags(flags: BufferPoolAcquireFlags) -> Selfpub fn with_start_stop<T: SpecificFormattedValue>(
start: T,
stop: T,
flags: BufferPoolAcquireFlags
) -> Self[src]
pub fn with_start_stop<T: SpecificFormattedValue>(
start: T,
stop: T,
flags: BufferPoolAcquireFlags
) -> Selfpub fn flags(&self) -> BufferPoolAcquireFlags[src]
pub fn flags(&self) -> BufferPoolAcquireFlagspub fn format(&self) -> Format[src]
pub fn format(&self) -> Formatpub fn start(&self) -> GenericFormattedValue[src]
pub fn start(&self) -> GenericFormattedValuepub fn stop(&self) -> GenericFormattedValue[src]
pub fn stop(&self) -> GenericFormattedValueTrait Implementations
impl Debug for BufferPoolAcquireParams[src]
impl Debug for BufferPoolAcquireParamsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for BufferPoolAcquireParams[src]
impl PartialEq for BufferPoolAcquireParamsfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for BufferPoolAcquireParams[src]
impl Eq for BufferPoolAcquireParamsAuto Trait Implementations
impl !Send for BufferPoolAcquireParams
impl !Send for BufferPoolAcquireParamsimpl !Sync for BufferPoolAcquireParams
impl !Sync for BufferPoolAcquireParams